System.Threading.ManualResetEventSlim: Property Members

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

Public Properties

[read-only]
IsSetbool.

Gets whether the event is set.

[read-only]
SpinCountint.

Gets the number of spin waits that will be occur before falling back to a kernel-based wait operation.

[read-only]
WaitHandleWaitHandle.

Gets the underlying System.Threading.WaitHandle object for this System.Threading.ManualResetEventSlim.