AsyncCountdownEvent Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| 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. |
Show:

