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

Properties

  NameDescription
Public propertyAttachedInputChannel
Returns attached input channel.
(Inherited from IAttachableInputChannel.)
Public propertyIsInputChannelAttached
Returns true if the reference to the input channel is stored.
(Inherited from IAttachableInputChannel.)

Events

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

See Also