AsyncReaderWriterLock.IsAnyPassiveLockHeld Property

Definition

Gets a value indicating whether any kind of lock is held by the caller without regard to the lock compatibility of the caller's context.

public:
 property bool IsAnyPassiveLockHeld { bool get(); };
public:
 property bool IsAnyPassiveLockHeld { bool get(); };
public bool IsAnyPassiveLockHeld { get; }
member this.IsAnyPassiveLockHeld : bool
Public ReadOnly Property IsAnyPassiveLockHeld As Boolean

Property Value

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

Applies to