WSTrustServiceContract.EndTrust13RenewResponse(IAsyncResult) Метод

Определение

Завершает асинхронный вызов сообщения продления WS-Trust 1.3 RSTR/Renew.

public:
 virtual System::ServiceModel::Channels::Message ^ EndTrust13RenewResponse(IAsyncResult ^ ar);
public System.ServiceModel.Channels.Message EndTrust13RenewResponse (IAsyncResult ar);
abstract member EndTrust13RenewResponse : IAsyncResult -> System.ServiceModel.Channels.Message
override this.EndTrust13RenewResponse : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndTrust13RenewResponse (ar As IAsyncResult) As Message

Параметры

ar
IAsyncResult

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

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

Message

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

Реализации

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