Share via


ManualResetEvent Constructor

Initializes a new instance of the ManualResetEvent class.

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)

Syntax

[MethodImplAttribute(InternalCall)]
public ManualResetEvent (
         boolinitialState
)

Parameters

  • initialState
    Set to true to make the initial state signaled, or false to make it nonsignaled.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

ManualResetEvent Class
ManualResetEvent Members
System.Threading Namespace