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)
netcoreapp3.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 netcoreapp3.0 | |
Assembly | System.Threading , Version=4.1.1.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API