Sets the count to the given value if the current count is zero.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
Parameters
- count
- Type: SystemInt32
the number of times CountDown() must be invoked before threads can pass through Await(long, TimeUnit)
Return Value
Type: Booleantrue
false
Exceptions
Exception | Condition |
---|---|
ArgumentException |
if
count |
Remarks
false
See Also