AsyncCountdownEvent Class
Visual Studio 2015
An asynchronous countdown event.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncCountdownEvent(Int32) | Initializes a new instance of AsyncCountdownEvent. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SignalAndWaitAsync() | Decrements the counter by one and returns an awaitable that executes the continuation when the counter reaches zero. |
![]() | SignalAsync() | Decrements the counter by one. |
![]() | ToString() | (Inherited from Object.) |
![]() | WaitAsync() | Returns an awaitable that executes the continuation when the counter reaches zero. |
This type is thread-safe for all members.
Show:

