The members of System.Threading.ManualResetEventSlim are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Threading.ManualResetEventSlim class with an initial state of nonsignaled. | ||
Initializes a new instance of the System.Threading.ManualResetEventSlim class with a Boolean value indicating whether to set the intial state to signaled. | ||
Initializes a new instance of the System.Threading.ManualResetEventSlim class with a Boolean value indicating whether to set the intial state to signaled and a specified spin count. |
[read-only] | IsSet | bool.
Gets whether the event is set. |
[read-only] | SpinCount | int.
Gets the number of spin waits that will be occur before falling back to a kernel-based wait operation. |
[read-only] | WaitHandle | WaitHandle.
Gets the underlying System.Threading.WaitHandle object for this System.Threading.ManualResetEventSlim. |
Dispose()
| ||
Reset()
| ||
Set()
| ||
Wait()
| ||
Wait(int)
| ||
Wait(CancellationToken)
| ||
Wait(TimeSpan)
| ||
Wait(int, CancellationToken)
| ||
Wait(TimeSpan, CancellationToken)
|
Dispose(bool)
|