Click or drag to resize

HazelcastClientGetSemaphore Method

Creates cluster-wide semaphore.

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

Parameters

name
Type: SystemString
name of the ISemaphore proxy

Return Value

Type: ISemaphore
ISemaphore proxy for the given name

Implements

IHazelcastInstanceGetSemaphore(String)
Remarks
Creates cluster-wide semaphore. Hazelcast ISemaphore is distributed implementation of Semaphore.
See Also