WSTrustServiceContract.EndProcessCore 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.
Effectue un appel asynchrone au STS.
protected:
virtual System::ServiceModel::Channels::Message ^ EndProcessCore(IAsyncResult ^ ar, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace);
protected virtual System.ServiceModel.Channels.Message EndProcessCore (IAsyncResult ar, string requestAction, string responseAction, string trustNamespace);
abstract member EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
override this.EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
Protected Overridable Function EndProcessCore (ar As IAsyncResult, requestAction As String, responseAction As String, trustNamespace As String) As Message
Paramètres
- ar
- IAsyncResult
IAsyncResult qui a été retourné par l’appel à la méthode Begin asynchrone.
- requestAction
- String
Action SOAP de la requête.
- responseAction
- String
Action SOAP de la réponse.
- trustNamespace
- String
URI de l’espace de noms de la version WS-Trust actuelle.
Retours
Objet Message qui contient le message RST sérialisé.
Exceptions
L’un des arguments est null
.