Share via


AsyncReaderWriterLock.IsAnyPassiveLockHeld Property

Microsoft internal only. Determines whether any kind of lock is held by the caller without regard to the lock compatibility of the caller's context.

Namespace:  Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

Syntax

'Declaration
Public ReadOnly Property IsAnyPassiveLockHeld As Boolean
public bool IsAnyPassiveLockHeld { get; }
public:
property bool IsAnyPassiveLockHeld {
    bool get ();
}
member IsAnyPassiveLockHeld : bool with get
function get IsAnyPassiveLockHeld () : boolean

Property Value

Type: System.Boolean
true if any kind of lock is held by the caller without regard to the lock compatibility of the caller's context, otherwise false.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock Class

Microsoft.VisualStudio.Threading Namespace