The IDispatcher type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AttachInputChannel |
Attaches the input channel.
It stores the reference to the input channel and starts the listening.
(Inherited from IAttachableMultipleInputChannels.) | |
| AttachOutputChannel |
Attaches the output channel.
(Inherited from IAttachableMultipleOutputChannels.) | |
| DetachInputChannel()()()() |
Detaches the input channel.
It cleans the reference to the input channel and stops the listening.
(Inherited from IAttachableMultipleInputChannels.) | |
| DetachInputChannel(String) |
Detaches the input channel.
(Inherited from IAttachableMultipleInputChannels.) | |
| DetachOutputChannel()()()() |
Detaches all output channels.
(Inherited from IAttachableMultipleOutputChannels.) | |
| DetachOutputChannel(String) |
Detaches the output channel.
(Inherited from IAttachableMultipleOutputChannels.) |
Properties
| Name | Description | |
|---|---|---|
| AttachedInputChannels |
Returns attached input channels.
(Inherited from IAttachableMultipleInputChannels.) | |
| AttachedOutputChannels |
Returns attached output channels.
(Inherited from IAttachableMultipleOutputChannels.) | |
| IsInputChannelAttached |
Returns true if the reference to the input channel is stored. (Inherited from IAttachableMultipleInputChannels.) | |
| IsOutputChannelAttached |
Returns true if at least one output channel is attached.
(Inherited from IAttachableMultipleOutputChannels.) |