  | IHazelcastInstanceGetCountDownLatch Method  | 
 Creates cluster-wide CountDownLatch.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
SyntaxICountDownLatch 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
Remarks
                Creates cluster-wide CountDownLatch. Hazelcast ICountDownLatch is distributed
                implementation of CountdownEvent.
            
See Also