Compartir a través de


WSTrustServiceContract.BeginTrustFeb2005Validate (Método)

Process an Asynchronous call to Trust Feb 2005 Validate message.

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

Uso

    Dim instance As WSTrustServiceContract
Dim request As Message
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginTrustFeb2005Validate(request, callback, state)

Sintaxis

'Declaración
Public Function BeginTrustFeb2005Validate ( _
    request As Message, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
public IAsyncResult BeginTrustFeb2005Validate (
    Message request,
    AsyncCallback callback,
    Object state
)
public:
virtual IAsyncResult^ BeginTrustFeb2005Validate (
    Message^ request, 
    AsyncCallback^ callback, 
    Object^ state
) sealed
public final IAsyncResult BeginTrustFeb2005Validate (
    Message request, 
    AsyncCallback callback, 
    Object state
)
public final function BeginTrustFeb2005Validate (
    request : Message, 
    callback : AsyncCallback, 
    state : Object
) : IAsyncResult

Parámetros

  • request
    Incoming Request message.
  • callback
    Callback to be invoked when the Asynchronous operation ends.
  • state
    Asynchronous state.

Valor devuelto

IAsyncResult that should be passed back to the End method to complete the Asynchronous call.

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)