WSTrustServiceContract.EndProcessCore Метод

Определение

Завершает асинхронный вызов службы маркеров безопасности.

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

Параметры

ar
IAsyncResult

Объект IAsyncResult, возвращенный вызовом асинхронного метода begin.

requestAction
String

Действие запроса SOAP.

responseAction
String

Действие ответа SOAP.

trustNamespace
String

URI пространства имен текущей версии WS-Trust.

Возвращаемое значение

Message

Объект Message, содержащий сериализованное сообщение RSTR.

Исключения

Один из аргументов равен null.

Применяется к