Click or drag to resize

HazelcastClientGetCountDownLatch Method

Creates cluster-wide CountDownLatch.

Namespace:  Hazelcast.Client
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public ICountDownLatch GetCountDownLatch(
	string name
)

Parameters

name
Type: SystemString
name of the ICountDownLatch proxy

Return Value

Type: ICountDownLatch
ICountDownLatch proxy for the given name

Implements

IHazelcastInstanceGetCountDownLatch(String)
Remarks
Creates cluster-wide CountDownLatch. Hazelcast ICountDownLatch is distributed implementation of CountdownEvent.
See Also