IRequestReplyRouter.EndProcessRequest(IAsyncResult) Methode

Definition

Beendet die asynchrone Ausführung der Nachrichtenverarbeitung.

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

Parameter

result
IAsyncResult

Das asynchrone Ergebnis, das vom Aufruf von BeginProcessRequest(Message, AsyncCallback, Object).

Gibt zurück

Die Antwort.

Gilt für: