ISimplexSessionRouter Interface
.NET Framework (current version)
Defines the interface required to process messages from simplex session channels.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
| Name | Description | |
|---|---|---|
![]() | BeginProcessMessage(Message^, AsyncCallback^, Object^) | Initiates the asynchronous processing of the message. |
![]() | EndProcessMessage(IAsyncResult^) | Finishes asynchronous execution of message processing. |
This contract has the following settings:
Sessions are required.
One way messages.
.NET Framework
Available since 4.0
Available since 4.0
Show:
