The IDispatcher type exposes the following members.

Methods

  NameDescription
Public methodAttachInputChannel
Attaches the input channel. It stores the reference to the input channel and starts the listening.
(Inherited from IAttachableMultipleInputChannels.)
Public methodAttachOutputChannel
Attaches the output channel.
(Inherited from IAttachableMultipleOutputChannels.)
Public methodDetachInputChannel()()()()
Detaches the input channel. It cleans the reference to the input channel and stops the listening.
(Inherited from IAttachableMultipleInputChannels.)
Public methodDetachInputChannel(String)
Detaches the input channel.
(Inherited from IAttachableMultipleInputChannels.)
Public methodDetachOutputChannel()()()()
Detaches all output channels.
(Inherited from IAttachableMultipleOutputChannels.)
Public methodDetachOutputChannel(String)
Detaches the output channel.
(Inherited from IAttachableMultipleOutputChannels.)

Properties

  NameDescription
Public propertyAttachedInputChannels
Returns attached input channels.
(Inherited from IAttachableMultipleInputChannels.)
Public propertyAttachedOutputChannels
Returns attached output channels.
(Inherited from IAttachableMultipleOutputChannels.)
Public propertyIsInputChannelAttached
Returns true if the reference to the input channel is stored.
(Inherited from IAttachableMultipleInputChannels.)
Public propertyIsOutputChannelAttached
Returns true if at least one output channel is attached.
(Inherited from IAttachableMultipleOutputChannels.)

See Also