System.Threading.ManualResetEventSlim: Constructor Members

The constructors 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 Constructors

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.