Click or drag to resize

IIdGeneratorInit Method

Try to initialize this IIdGenerator instance with given id

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
bool Init(
	long id
)

Parameters

id
Type: SystemInt64

Return Value

Type: Boolean
true if initialization success
See Also