AsyncCountdownEvent Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An asynchronous style countdown event.
public ref class AsyncCountdownEvent
C++/WinRT
[Windows::Foundation::Metadata::WebHostHidden]
class AsyncCountdownEvent
public class AsyncCountdownEvent
type AsyncCountdownEvent = class
Public Class AsyncCountdownEvent
- Inheritance
-
AsyncCountdownEvent
Async |
Initializes a new instance of the AsyncCountdownEvent class. |
Signal() |
Decrements the counter by one. |
Signal |
Decrements the counter by one and returns an awaitable that executes the continuation when the countdown reaches zero. |
Wait |
Returns an awaitable that executes the continuation when the countdown reaches zero. |
Tuote | Versiot |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |
This type is thread-safe for all members.