The IReliableTypedMessageSender<(Of <(<'_ResponseType, _RequestType>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AttachDuplexOutputChannel |
Attaches the duplex output channel and opens the connection for listening to response messages.
(Inherited from IAttachableDuplexOutputChannel.) | |
| DetachDuplexOutputChannel |
Detaches the duplex output channel and stops listening to response messages.
(Inherited from IAttachableDuplexOutputChannel.) | |
| SendRequestMessage |
Sends the message to the reliable typed message receiver.
|
Properties
| Name | Description | |
|---|---|---|
| AttachedDuplexOutputChannel |
Returns attached duplex output channel.
(Inherited from IAttachableDuplexOutputChannel.) | |
| IsDuplexOutputChannelAttached |
Returns true if the reference to the duplex output channel is stored. (Inherited from IAttachableDuplexOutputChannel.) |
Events
| Name | Description | |
|---|---|---|
| MessageDelivered |
The event is invoked when the message was delivered.
| |
| MessageNotDelivered |
The event is invoked if the event is not delivered within a specified time.
| |
| ResponseReceived |
The event is invoked when the response message is received.
|