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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.