Monitor.LockContentionCount Свойство
Определение
Возвращает значение, указывающее, сколько раз возникало состязание при попытке установить блокировку монитора.Gets the number of times there was contention when trying to take the monitor's lock.
public:
static property long LockContentionCount { long get(); };
public static long LockContentionCount { get; }
member this.LockContentionCount : int64
Public Shared ReadOnly Property LockContentionCount As Long
Значение свойства
Количество конфликтов при попытке снятия блокировки монитора.The number of times there was contention when trying to take the monitor's lock.