The IInputChannel type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| StartListening |
Starts listening.
| |
| StopListening |
Stops listening.
|
Properties
| Name | Description | |
|---|---|---|
| ChannelId |
Returns id of the channel.
The channel id represents the address the receiver is listening to.
| |
| IsListening |
Returns true if the input channel is listening.
|
Events
| Name | Description | |
|---|---|---|
| MessageReceived |
The event is invoked when a message was received.
|