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