|
| .NET Framework Class Library |
| ManualResetEventSlim Constructor |
| ManualResetEventSlim Class See Also Send Feedback |
Initializes a new instance of the ManualResetEventSlim
class with an initial state of nonsignaled.
Namespace:
System.Threading
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New |
| C# |
|---|
public ManualResetEventSlim() |