WSTrustServiceContract.EndProcessCore Metoda

Definicja

Kończy asynchroniczne wywołanie do 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

IAsyncResultKtóry został zwrócony przez wywołanie asynchronicznej metody BEGIN.

requestAction
String

Akcja żądania protokołu SOAP.

responseAction
String

Akcja SOAP odpowiedzi.

trustNamespace
String

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

Zwraca

Message

MessageObiekt, który zawiera serializowany, RST wiadomość.

Wyjątki

Jeden z argumentów jest null .

Dotyczy