System.Threading.ReaderWriterLockSlim.WaitingUpgradeCount Property

Gets the total number of threads that are waiting to enter the lock in upgradeable mode.

Syntax

public int WaitingUpgradeCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this property only for debugging, profiling, and logging purposes, and not to control the behavior of an algorithm. The results can change as soon as they have been calculated. Therefore, it is not safe to make decisions based on this property.

Requirements

Namespace: System.Threading
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0