IWSTrustChannelContract.EndCancel Metodo

Definizione

Completa l'operazione di invio asincrono 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

RequestSecurityTokenResponse che rappresenta la risposta STS.

Si applica a