IWSTrustChannelContract.EndCancel Methode

Definition

Schließt den asynchronen Sendevorgang ab, der durch einen Aufruf von BeginCancel(RequestSecurityToken, AsyncCallback, Object) initiiert wird.

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

Parameter

result
IAsyncResult

Ein Verweis auf die ausstehende asynchrone Sendeanforderung.

response
RequestSecurityTokenResponse

Die RequestSecurityTokenResponse, die die STS-Antwort darstellt.

Gilt für