IRequestReplyRouter.EndProcessRequest(IAsyncResult) Methode

Definition

Beendet die asynchrone Ausführung der Meldungsverarbeitung.

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) zurückgegeben wurde.

Gibt zurück

Message

Die Antwort.

Gilt für