The IAttachableInputChannel 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.
Public methodDetachInputChannel
Detaches the input channel. It cleans the reference to the input channel and stops the listening.

Properties

  NameDescription
Public propertyAttachedInputChannel
Returns attached input channel.
Public propertyIsInputChannelAttached
Returns true if the reference to the input channel is stored.

See Also