IRequestReplyRouter.EndProcessRequest(IAsyncResult) Method

Definition

Finishes asynchronous execution of message processing.

public:
 System::ServiceModel::Channels::Message ^ EndProcessRequest(IAsyncResult ^ result);
public System.ServiceModel.Channels.Message EndProcessRequest (IAsyncResult result);
abstract member EndProcessRequest : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndProcessRequest (result As IAsyncResult) As Message

Parameters

result
IAsyncResult

The asynchronous result returned by the call to BeginProcessRequest(Message, AsyncCallback, Object).

Returns

The reply.

Applies to