IHazelcastInstanceGetCountDownLatch Method Hazelcast .Net Client Class Library
Creates cluster-wide CountDownLatch.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax

ICountDownLatch GetCountDownLatch(
	string name
)

Parameters

name
Type: SystemString
name of the ICountDownLatch proxy

Return Value

Type: ICountDownLatch
ICountDownLatch proxy for the given name
Remarks

Creates cluster-wide CountDownLatch. Hazelcast ICountDownLatch is distributed implementation of CountdownEvent.
See Also

Reference