Freigeben über


WSTrustServiceContract.EndProcessCore Methode

Definition

Schließt einen asynchronen Aufruf an STS ab.

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

Parameter

ar
IAsyncResult

Das IAsyncResult, das vom Aufruf der asynchronen "begin"-Methode zurückgegeben wurde.

requestAction
String

Die SOAP-Aktion der Anforderung.

responseAction
String

Die SOAP-Aktion der Antwort.

trustNamespace
String

Der Namespace-URI der aktuellen WS-Trust-Version.

Gibt zurück

Message

Ein Message-Objekt, das die serialisierte RST-Meldung enthält.

Ausnahmen

Eines der Argumente ist null.

Gilt für