ISemaphoreInit Method Hazelcast .Net Client Class Library
Try to initialize this ISemaphore instance with given permit count

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

bool Init(
	int permits
)

Parameters

permits
Type: SystemInt32

Return Value

Type: Boolean
true if initialization success
See Also

Reference