Wait Method
Collapse the table of content
Expand the table of content

CountdownEvent.Wait Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Blocks the current thread until the CountdownEvent is set.

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

'Declaration
Public Sub Wait

ExceptionCondition
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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft