CompressedStack.Run(CompressedStack, ContextCallback, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.