CompressedStack.Run(CompressedStack, ContextCallback, Object) Método

Definición

Ejecuta un método en la pila comprimida especificada del subproceso actual.

public:
 static void Run(System::Threading::CompressedStack ^ compressedStack, System::Threading::ContextCallback ^ callback, System::Object ^ state);
public static void Run (System.Threading.CompressedStack compressedStack, System.Threading.ContextCallback callback, object? state);
public static void Run (System.Threading.CompressedStack compressedStack, System.Threading.ContextCallback callback, object state);
[System.Security.SecurityCritical]
public static void Run (System.Threading.CompressedStack compressedStack, System.Threading.ContextCallback callback, object state);
static member Run : System.Threading.CompressedStack * System.Threading.ContextCallback * obj -> unit
[<System.Security.SecurityCritical>]
static member Run : System.Threading.CompressedStack * System.Threading.ContextCallback * obj -> unit
Public Shared Sub Run (compressedStack As CompressedStack, callback As ContextCallback, state As Object)

Parámetros

compressedStack
CompressedStack

Objeto CompressedStack que se va a establecer.

callback
ContextCallback

ContextCallback que representa el método que se va a ejecutar en el contexto de seguridad especificado.

state
Object

Objeto que se pasa al método de devolución de llamada.

Atributos

Excepciones

compressedStack es null.

Comentarios

La pila comprimida se devuelve a su estado anterior cuando se completa el método.

Se aplica a