DkmComponentManager.AllowComponentReentrancy 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.
Libère le verrou de composant pour un composant synchronisé. Cela peut être très dangereux, car il permet de reréentrancer le composant. La méthode habituelle pour l’utiliser consiste à libérer le verrou sur un appel qui quitte un composant et à recommencer le verrou dès que l’appel est terminé.
public:
static void AllowComponentReentrancy();
public:
static void AllowComponentReentrancy();
static void AllowComponentReentrancy();
public static void AllowComponentReentrancy ();
static member AllowComponentReentrancy : unit -> unit
Public Shared Sub AllowComponentReentrancy ()