Click or drag to resize

ManagedCountdownLatch Methods

The ManagedCountdownLatch type exposes the following members.

Methods
  NameDescription
Public methodDecrement
Decrements the counter by one and signals if it reaches zero.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWaitAsync
Returns a promise that resolves once the counter reaches zero.
Public methodWaitSync
Blocks until the counter reaches zero.
Top
See Also