  | IIdGeneratorInit Method  | 
 Try to initialize this IIdGenerator instance with given id
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
SyntaxFunction Init ( 
	id As Long
) As Boolean
bool Init(
	long long id
)
abstract Init : 
        id : int64 -> bool 
Parameters
- id
 - Type: SystemInt64
 
Return Value
Type: 
Booleantrue if initialization success
See Also