Click or drag to resize

IEntryViewTKey, TValueGetLastUpdateTime Method

Returns the last time value is updated.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
long GetLastUpdateTime()

Return Value

Type: Int64
last update time
Remarks
Returns the last time value is updated.

Warning:

This method returns -1 if statistics is not enabled.

See Also