The properties of System.Threading.ManualResetEventSlim are listed below. For a list of all members, see the ManualResetEventSlim Members list.
See Also: Inherited members from System.Object
[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. |