The IAttachableInputChannel 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.
| |
| DetachInputChannel |
Detaches the input channel.
It cleans the reference to the input channel and stops the listening.
|
Properties
| Name | Description | |
|---|---|---|
| AttachedInputChannel |
Returns attached input channel.
| |
| IsInputChannelAttached |
Returns true if the reference to the input channel is stored. |