IEntryViewTKey, TValueGetLastUpdateTime Method Hazelcast .Net Client Class Library
Returns the last time value is updated.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
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

Reference