WSTrustChannel.BeginClose (Método, (TimeSpan, AsyncCallback, Object))
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As WSTrustChannel Dim timeout As TimeSpan Dim callback As AsyncCallback Dim state As Object Dim returnValue As IAsyncResult returnValue = instance.BeginClose(timeout, callback, state)
Sintaxis
'Declaración
Public Function BeginClose ( _
timeout As TimeSpan, _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
public IAsyncResult BeginClose (
TimeSpan timeout,
AsyncCallback callback,
Object state
)
public:
virtual IAsyncResult^ BeginClose (
TimeSpan timeout,
AsyncCallback^ callback,
Object^ state
) sealed
public final IAsyncResult BeginClose (
TimeSpan timeout,
AsyncCallback callback,
Object state
)
public final function BeginClose (
timeout : TimeSpan,
callback : AsyncCallback,
state : Object
) : IAsyncResult
Parámetros
- timeout
- callback
- state
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
WSTrustChannel (Clase)
WSTrustChannel (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)