CountdownEvent::Wait Method ()

.NET Framework (current version)
 

Blocks the current thread until the CountdownEvent is set.

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

public:
void Wait()

Exception Condition
ObjectDisposedException

The current instance has already been disposed.

The caller of this method blocks indefinitely until the current instance is set. The caller will return immediately if the event is currently in a set state.

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: