ManagedCountdownLatch Class |
Namespace: FM.IceLink
The ManagedCountdownLatch type exposes the following members.
Name | Description | |
---|---|---|
ManagedCountdownLatch |
Creates a new instance of the Latch with an initial count.
|
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.
|