The IReliableTypedMessageSender<(Of <(<'_ResponseType, _RequestType>)>)> type exposes the following members.

Methods

  NameDescription
Public methodAttachDuplexOutputChannel
Attaches the duplex output channel and opens the connection for listening to response messages.
(Inherited from IAttachableDuplexOutputChannel.)
Public methodDetachDuplexOutputChannel
Detaches the duplex output channel and stops listening to response messages.
(Inherited from IAttachableDuplexOutputChannel.)
Public methodSendRequestMessage
Sends the message to the reliable typed message receiver.

Properties

  NameDescription
Public propertyAttachedDuplexOutputChannel
Returns attached duplex output channel.
(Inherited from IAttachableDuplexOutputChannel.)
Public propertyIsDuplexOutputChannelAttached
Returns true if the reference to the duplex output channel is stored.
(Inherited from IAttachableDuplexOutputChannel.)

Events

  NameDescription
Public eventMessageDelivered
The event is invoked when the message was delivered.
Public eventMessageNotDelivered
The event is invoked if the event is not delivered within a specified time.
Public eventResponseReceived
The event is invoked when the response message is received.

See Also