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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.