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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.