WSTrustServiceContract.EndTrust13Renew(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Termine un appel asynchrone du message WS-Trust 1.3 Renew.
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
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é.