| ISemaphoreInit Method |
Try to initialize this ISemaphore instance with given permit count
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax Function Init (
permits As Integer
) As Boolean
abstract Init :
permits : int -> bool
Parameters
- permits
- Type: SystemInt32
Return Value
Type:
Booleantrue if initialization success
See Also