CompressedStack.Run(CompressedStack, ContextCallback, Object) Metodo

Definizione

Esegue un metodo nello stack compresso specificato sul thread corrente.

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)

Parametri

compressedStack
CompressedStack

Oggetto CompressedStack da impostare.

callback
ContextCallback

Delegato ContextCallback che rappresenta il metodo da eseguire nel contesto di sicurezza specificato.

state
Object

Oggetto da passare al metodo di callback.

Attributi

Eccezioni

compressedStack è null.

Commenti

Lo stack compresso viene restituito allo stato precedente al termine del metodo.

Si applica a