Creates cluster-wide CountDownLatch.
Namespace: Hazelcast.CoreAssembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
ICountDownLatch GetCountDownLatch(
string name
)
Function GetCountDownLatch (
name As String
) As ICountDownLatch
ICountDownLatch^ GetCountDownLatch(
String^ name
)
abstract GetCountDownLatch :
name : string -> ICountDownLatch
Parameters
- name
- Type: SystemString
name of the ICountDownLatch proxy
Return Value
Type:
ICountDownLatchICountDownLatch proxy for the given name
Creates cluster-wide CountDownLatch. Hazelcast ICountDownLatch is distributed
implementation of
CountdownEvent.
Reference