IWSTrustChannelContract.EndCancel Metodo

Definizione

Completa l'operazione di invio asincrona avviata da una chiamata a BeginCancel(RequestSecurityToken, AsyncCallback, Object).

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)

Parametri

result
IAsyncResult

Riferimento alla richiesta di invio asincrona in sospeso.

response
RequestSecurityTokenResponse

Oggetto RequestSecurityTokenResponse che rappresenta la risposta del servizio token di sicurezza.

Si applica a