AsyncReaderWriterLock.CanCurrentThreadHoldActiveLock Propriété
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.
Obtient une valeur indiquant si le thread actuel est autorisé à contenir un verrou actif.
protected:
virtual property bool CanCurrentThreadHoldActiveLock { bool get(); };
protected:
virtual property bool CanCurrentThreadHoldActiveLock { bool get(); };
protected virtual bool CanCurrentThreadHoldActiveLock { get; }
member this.CanCurrentThreadHoldActiveLock : bool
Protected Overridable ReadOnly Property CanCurrentThreadHoldActiveLock As Boolean
Valeur de propriété
Remarques
L’implémentation par défaut de cette propriété retourne true
lorsque le thread appelant n’est PAS un thread STA. Cette propriété peut être remplacée pour retourner false
sur les threads susceptibles de compromettre l’intégrité du verrou.