Partager via


AsyncReaderWriterLock.LockStackContains Méthode

Définition

Vérifie si les indicateurs agrégés de tous les verrous de la pile de verrous répondent aux indicateurs spécifiés.

protected:
 bool LockStackContains(Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockFlags flags, Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockHandle handle);
bool LockStackContains(Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockFlags flags, Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockHandle handle);
protected bool LockStackContains (Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockFlags flags, Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockHandle handle);
member this.LockStackContains : Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockFlags * Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockHandle -> bool
Protected Function LockStackContains (flags As AsyncReaderWriterLock.LockFlags, handle As AsyncReaderWriterLock.LockHandle) As Boolean

Paramètres

flags
AsyncReaderWriterLock.LockFlags

Indicateur(s) qui doivent être spécifiés pour un true résultat.

handle
AsyncReaderWriterLock.LockHandle

Tête de la pile de verrous à prendre en compte.

Retours

true si tous les indicateurs spécifiés se trouvent quelque part dans la pile de verrous ; false Sinon.

S’applique à