ManagedCountdownLatch Methods | 
The ManagedCountdownLatch type exposes the following members.
| Name | Description | |
|---|---|---|
| Decrement | 
            Decrements the counter by one and signals if it reaches zero.
              | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| WaitAsync | 
            Returns a promise that resolves once the counter reaches zero.
              | |
| WaitSync | 
            Blocks until the counter reaches zero.
              |