Bagikan melalui


AsyncReaderWriterLock.IsUpgradeableReadLockHeld Property

Microsoft internal only. Determines whether the caller holds an upgradeable read lock.

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

Syntax

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

Property Value

Type: System.Boolean
true if the caller holds an upgradeable read lock. false if any other lock type is held, unless this lock is also nested within the other lock type.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock Class

Microsoft.VisualStudio.Threading Namespace