WSTrustServiceContract.EndDispatchRequest(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Termine un appel asynchrone à 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
Paramètres
- ar
- IAsyncResult
IAsyncResult retourné par l’appel à la méthode BeginDispatchRequest(DispatchContext, AsyncCallback, Object).
Retours
DispatchContext qui expose des propriétés qui déterminent l’action et le message de réponse.