Click or drag to resize

IEntryViewTKey, TValueGetCreationTime Method

Returns the creation time of the entry.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
long GetCreationTime()

Return Value

Type: Int64
creation time
Remarks
Returns the creation time of the entry.

Warning:

This method returns -1 if statistics is not enabled.

See Also