The ICountDownLatch type exposes the following members.
Methods
Name | Description | |
---|---|---|
Await |
Causes the current thread to wait until the latch has counted down to
zero, an exception is thrown, or the specified waiting time elapses.
| |
CountDown |
Decrements the count of the latch, releasing all waiting threads if
the count reaches zero.
| |
Destroy | Destroys this object cluster-wide. (Inherited from IDistributedObject.) | |
GetCount | Returns the current count. | |
GetName | Returns the unique name for this IDistributedObject. (Inherited from IDistributedObject.) | |
GetPartitionKey | Returns the key of partition this IDistributedObject is assigned to. (Inherited from IDistributedObject.) | |
GetServiceName | Returns the service name for this object. (Inherited from IDistributedObject.) | |
TrySetCount | Sets the count to the given value if the current count is zero. |
See Also