WSTrustServiceContract.EndDispatchRequest(IAsyncResult) Methode

Definitie

Een asynchrone aanroep naar DispatchRequest(DispatchContext).

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

Parameters

ar
IAsyncResult

IAsyncResult dat is geretourneerd door de aanroep naar de BeginDispatchRequest(DispatchContext, AsyncCallback, Object) methode.

Retouren

Hiermee DispatchContext worden eigenschappen weergegeven waarmee het antwoordbericht en de actie worden bepaald.

Van toepassing op