Set Method

Task Parallel System.Threading

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()

See Also