Sets the state of the specified event object to signaled.
[Visual Basic] Public Function Set() As Boolean [C#] public bool Set(); [C++] public: bool Set(); [JScript] public function Set() : Boolean;
True if the function succeeds; otherwise, False.
AutoResetEvent Class | AutoResetEvent Members | System.Threading Namespace