IHazelcastInstanceGetSemaphore Method Hazelcast .Net Client Class Library
Creates cluster-wide semaphore.

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

ISemaphore GetSemaphore(
	string name
)

Parameters

name
Type: SystemString
name of the ISemaphore proxy

Return Value

Type: ISemaphore
ISemaphore proxy for the given name
Remarks

Creates cluster-wide semaphore. Hazelcast ISemaphore is distributed implementation of Semaphore.
See Also

Reference