ManualResetEventSlim Properties
.NET Framework (current version)
Namespace:
System.Threading
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | IsSet | Gets whether the event is set. |
![]() | SpinCount | Gets the number of spin waits that will occur before falling back to a kernel-based wait operation. |
![]() | WaitHandle | Gets the underlying WaitHandle object for this ManualResetEventSlim. |
Show:
