Partager via


WSTrustServiceContract.EndTrustFeb2005CancelResponse(IAsyncResult) Méthode

Définition

Termine un appel asynchrone au message WS-Trust Feb 2005 RSTR/Cancel.

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

Paramètres

ar
IAsyncResult

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

Retours

Message

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

Implémente

S’applique à