Share via


ManualResetEvent.Set Method

Sets the state of the event to signaled, allowing one or more waiting threads to proceed.

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

Syntax

[MethodImplAttribute(InternalCall)]
public bool Set ()

Return Value

Returns true if successful or false if not.

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