The IStringMessageReceiver 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 IAttachableInputChannel.) | |
| DetachInputChannel |
Detaches the input channel.
It cleans the reference to the input channel and stops the listening.
(Inherited from IAttachableInputChannel.) |
Properties
| Name | Description | |
|---|---|---|
| AttachedInputChannel |
Returns attached input channel.
(Inherited from IAttachableInputChannel.) | |
| IsInputChannelAttached |
Returns true if the reference to the input channel is stored. (Inherited from IAttachableInputChannel.) |
Events
| Name | Description | |
|---|---|---|
| MessageReceived |
The event is invoked when a string message was received.
|