Share via


WSTrustServiceContract.EndTrust13Cancel(IAsyncResult) Metodo

Definizione

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

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

Parametri

ar
IAsyncResult

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

Restituisce

Message

Oggetto Message che contiene il messaggio RSTR serializzato.

Implementazioni

Si applica a