Partager via


WSTrustServiceContract.EndProcessCore Méthode

Définition

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

Message

Objet Message qui contient le message RST sérialisé.

Exceptions

L’un des arguments est null.

S’applique à