.NET Framework Class Library |
ManualResetEventSlim..::.Set Method |
ManualResetEventSlim Class See Also Send Feedback |
Sets the state of the event to signaled, which allows one or more threads waiting on the event to
proceed.
Namespace:
System.Threading
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Set |
C# |
---|
public void Set() |