DkmComponentManager.AllowComponentReentrancy Méthode

Définition

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 ()

S’applique à