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