Share via


WSTrustServiceContract.EndTrust13RenewResponse(IAsyncResult) Méthode

Définition

Exécute un appel asynchrone du message 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

Paramètres

ar
IAsyncResult

Objet IAsyncResult retourné par la méthode Begin qui a initié l’appel asynchrone.

Retours

Objet Message qui contient le message RSTR sérialisé.

Implémente

S’applique à