Click or drag to resize

ISemaphoreInit Method

Try to initialize this ISemaphore instance with given permit count

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
bool Init(
	int permits
)

Parameters

permits
Type: SystemInt32

Return Value

Type: Boolean
true if initialization success
See Also