WSTrustServiceContract.EndTrust13Cancel (Método)
Complete an Asynchronous call to Trust 1.3 Cancel message.
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As WSTrustServiceContract Dim ar As IAsyncResult Dim returnValue As Message returnValue = instance.EndTrust13Cancel(ar)
Sintaxis
'Declaración
Public Function EndTrust13Cancel ( _
ar As IAsyncResult _
) As Message
public Message EndTrust13Cancel (
IAsyncResult ar
)
public:
virtual Message^ EndTrust13Cancel (
IAsyncResult^ ar
) sealed
public final Message EndTrust13Cancel (
IAsyncResult ar
)
public final function EndTrust13Cancel (
ar : IAsyncResult
) : Message
Parámetros
- ar
IAsyncResult object returned by the Begin method that started the Synchronous call.
Valor devuelto
Message containing the Serialized 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
WSTrustServiceContract (Clase)
WSTrustServiceContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)