Share via


WSTrustChannel.EndCancel Metodo

Definizione

Completa un'operazione asincrona per inviare un messaggio WS-Trust Cancel a un endpoint.

Overload

EndCancel(IAsyncResult)

Completa un'operazione asincrona per inviare un messaggio WS-Trust Cancel dal metodo di BeginCancel(Message, AsyncCallback, Object) .

EndCancel(IAsyncResult, RequestSecurityTokenResponse)

Completa un'operazione asincrona per inviare un messaggio WS-Trust Cancel dal metodo di BeginCancel(RequestSecurityToken, AsyncCallback, Object) .

EndCancel(IAsyncResult)

Completa un'operazione asincrona per inviare un messaggio WS-Trust Cancel dal metodo di BeginCancel(Message, AsyncCallback, Object) .

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

Parametri

asyncResult
IAsyncResult

Riferimento IAsyncResult alla richiesta di invio asincrona in sospeso.

Restituisce

Message

Message restituito dall'STS.

Implementazioni

Si applica a

EndCancel(IAsyncResult, RequestSecurityTokenResponse)

Completa un'operazione asincrona per inviare un messaggio WS-Trust Cancel dal metodo di BeginCancel(RequestSecurityToken, AsyncCallback, Object) .

public:
 virtual void EndCancel(IAsyncResult ^ result, [Runtime::InteropServices::Out] System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ % rstr);
public void EndCancel (IAsyncResult result, out System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse rstr);
abstract member EndCancel : IAsyncResult * RequestSecurityTokenResponse -> unit
override this.EndCancel : IAsyncResult * RequestSecurityTokenResponse -> unit
Public Sub EndCancel (result As IAsyncResult, ByRef rstr As RequestSecurityTokenResponse)

Parametri

result
IAsyncResult

Riferimento IAsyncResult alla richiesta di invio asincrona in sospeso.

rstr
RequestSecurityTokenResponse

RequestSecurityTokenResponse che rappresenta la risposta STS.

Implementazioni

Si applica a