Język

WSTrustServiceContract.EndProcessCore Metoda

Definicja

Wykonuje asynchroniczne wywołanie usługi 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

Parametry

ar
IAsyncResult

Obiekt IAsyncResult , który został zwrócony przez wywołanie metody begin asynchronicznej.

requestAction
String

Akcja protokołu SOAP żądania.

responseAction
String

Akcja protokołu SOAP odpowiedzi.

trustNamespace
String

Identyfikator URI przestrzeni nazw bieżącej wersji WS-Trust.

Zwraca

Message Obiekt zawierający serializowany komunikat RST.

Wyjątki

Jednym z argumentów jest null.

Dotyczy