ManualResetEventSlim::Set Method ()

.NET Framework (current version)
 

Sets the state of the event to signaled, which allows one or more threads waiting on the event to proceed.

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

public:
void Set()

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: