Compartir a través de


IWSTrust13AsyncContract.EndTrust13Cancel (Método)

Completes the Async Cancel method.

Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As IWSTrust13AsyncContract
Dim ar As IAsyncResult
Dim returnValue As Message

returnValue = instance.EndTrust13Cancel(ar)

Sintaxis

'Declaración
Function EndTrust13Cancel ( _
    ar As IAsyncResult _
) As Message
Message EndTrust13Cancel (
    IAsyncResult ar
)
Message^ EndTrust13Cancel (
    IAsyncResult^ ar
)
Message EndTrust13Cancel (
    IAsyncResult ar
)
function EndTrust13Cancel (
    ar : IAsyncResult
) : Message

Parámetros

  • ar
    The IAsyncResult result instance returned by the BeginCancel call.

Valor devuelto

Message object that contains the RSTR.

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

IWSTrust13AsyncContract (Interfaz)
IWSTrust13AsyncContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)