Share via


WSTrustServiceContract.EndTrust13RenewResponse(IAsyncResult) Metodo

Definizione

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

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

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