IRequestReplyRouter.EndProcessRequest(IAsyncResult) Methode

Definitie

De asynchrone uitvoering van berichtverwerking wordt voltooid.

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

Het asynchrone resultaat dat door de aanroep naar BeginProcessRequest(Message, AsyncCallback, Object).

Retouren

Het antwoord.

Van toepassing op