Share via


WSTrustServiceContract.EndTrust13Renew(IAsyncResult) Metodo

Definizione

Completa una chiamata asincrona al messaggio di rinnovo WS-Trust 1.3.

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

Parametri

ar
IAsyncResult

Oggetto IAsyncResult restituito dal metodo Begin che ha avviato la chiamata asincrona.

Restituisce

Oggetto Message che contiene il messaggio RSTR serializzato.

Implementazioni

Si applica a