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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.