Monitor
LockContentionCount
Enter(Object)
Enter(Object, Boolean)
Exit(Object)
IsEntered(Object)
Pulse(Object)
PulseAll(Object)
TryEnter(Object)
TryEnter(Object, Boolean)
TryEnter(Object, Int32)
TryEnter(Object, TimeSpan)
TryEnter(Object, Int32, Boolean)
TryEnter(Object, TimeSpan, Boolean)
Wait(Object)
Wait(Object, Int32)
Wait(Object, TimeSpan)
Wait(Object, Int32, Boolean)
Wait(Object, TimeSpan, Boolean)
net5.0
namespace System.Threading
{
public static class Monitor
{
public static long LockContentionCount { get; }
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 3.03.1 |
Information specific to net5.0 | |
Assembly | System.Threading , Version=5.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API