CompressedStack.Run(CompressedStack, ContextCallback, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exécute une méthode dans la pile compressée spécifiée sur le thread actuel.
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)
Paramètres
- compressedStack
- CompressedStack
CompressedStack à définir.
- callback
- ContextCallback
ContextCallback représentant la méthode à exécuter dans le contexte de sécurité spécifié.
- state
- Object
Objet à passer à la méthode de rappel.
- Attributs
Exceptions
compressedStack
a la valeur null
.
Remarques
La pile compressée est retournée à son état précédent lorsque la méthode se termine.