Freigeben über


WSTrustServiceContract.EndDispatchRequest(IAsyncResult) Methode

Definition

Schließt einen asynchronen Aufruf an DispatchRequest(DispatchContext) ab.

protected:
 virtual System::ServiceModel::Security::DispatchContext ^ EndDispatchRequest(IAsyncResult ^ ar);
protected virtual System.ServiceModel.Security.DispatchContext EndDispatchRequest (IAsyncResult ar);
abstract member EndDispatchRequest : IAsyncResult -> System.ServiceModel.Security.DispatchContext
override this.EndDispatchRequest : IAsyncResult -> System.ServiceModel.Security.DispatchContext
Protected Overridable Function EndDispatchRequest (ar As IAsyncResult) As DispatchContext

Parameter

ar
IAsyncResult

Das IAsyncResult, das vom Aufruf der BeginDispatchRequest(DispatchContext, AsyncCallback, Object)-Methode zurückgegeben wurde.

Gibt zurück

DispatchContext

Der DispatchContext, der Eigenschaften verfügbar macht, die die Antwortnachricht und Aktion bestimmen.

Gilt für