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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.