Freigeben über


WSTrustChannel.EndCancel Methode

Definition

Schließt einen asynchronen Vorgang ab, um eine WS-Trust-Cancel-Nachricht auf einen Endpunkt zu senden.

Überlädt

EndCancel(IAsyncResult)

Schließt einen asynchronen Vorgang ab, um eine WS-Trust-Cancel-Nachricht zu übermitteln, die von der BeginCancel(Message, AsyncCallback, Object)-Methode initiiert wird.

EndCancel(IAsyncResult, RequestSecurityTokenResponse)

Schließt einen asynchronen Vorgang ab, um eine WS-Trust-Cancel-Nachricht zu übermitteln, die von der BeginCancel(RequestSecurityToken, AsyncCallback, Object)-Methode initiiert wird.

EndCancel(IAsyncResult)

Schließt einen asynchronen Vorgang ab, um eine WS-Trust-Cancel-Nachricht zu übermitteln, die von der BeginCancel(Message, AsyncCallback, Object)-Methode initiiert wird.

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

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult-Verweis auf die ausstehende asynchrone Sendeanforderung.

Gibt zurück

Message

Die vom STS zurückgegebene Message.

Implementiert

Gilt für

EndCancel(IAsyncResult, RequestSecurityTokenResponse)

Schließt einen asynchronen Vorgang ab, um eine WS-Trust-Cancel-Nachricht zu übermitteln, die von der BeginCancel(RequestSecurityToken, AsyncCallback, Object)-Methode initiiert wird.

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)

Parameter

result
IAsyncResult

Ein IAsyncResult-Verweis auf die ausstehende asynchrone Sendeanforderung.

rstr
RequestSecurityTokenResponse

Die RequestSecurityTokenResponse, die die STS-Antwort darstellt.

Implementiert

Gilt für