RoutingService.IRequestReplyRouter.EndProcessRequest(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finishes asynchronous execution of message processing.
virtual System::ServiceModel::Channels::Message ^ System.ServiceModel.Routing.IRequestReplyRouter.EndProcessRequest(IAsyncResult ^ result) = System::ServiceModel::Routing::IRequestReplyRouter::EndProcessRequest;
System.ServiceModel.Channels.Message IRequestReplyRouter.EndProcessRequest (IAsyncResult result);
abstract member System.ServiceModel.Routing.IRequestReplyRouter.EndProcessRequest : IAsyncResult -> System.ServiceModel.Channels.Message
override this.System.ServiceModel.Routing.IRequestReplyRouter.EndProcessRequest : IAsyncResult -> System.ServiceModel.Channels.Message
Function EndProcessRequest (result As IAsyncResult) As Message Implements IRequestReplyRouter.EndProcessRequest
Parameters
- result
- IAsyncResult
The IAsyncResult returned by the call to IRequestReplyRouter.BeginProcessRequest(Message, AsyncCallback, Object).
Returns
A Message that contains the reply.
Implements
Remarks
For more information on using the IRequestReplyRouter contract, see IRequestReplyRouter.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.