The IInputChannel type exposes the following members.

Methods

  NameDescription
Public methodStartListening
Starts listening.
Public methodStopListening
Stops listening.

Properties

  NameDescription
Public propertyChannelId
Returns id of the channel. The channel id represents the address the receiver is listening to.
Public propertyIsListening
Returns true if the input channel is listening.

Events

  NameDescription
Public eventMessageReceived
The event is invoked when a message was received.

See Also