ManualResetEventSlim Properties

Task Parallel System.Threading

The ManualResetEventSlim type exposes the following members.

Properties

  NameDescription
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.

See Also