ManualResetEventSlim Properties
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ManualResetEventSlim Properties |
| ManualResetEventSlim Class See Also Send Feedback |
The ManualResetEventSlim type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsSet |
Gets whether the event is set.
| |
| SpinCount |
Gets the number of spin waits that will be occur before falling back to a true wait.
| |
| WaitHandle |
Gets the underlying WaitHandle object for this ManualResetEventSlim.
|