| IEntryViewTKey, TValueGetLastStoredTime Method |
Returns the last time value is flushed to mapstore.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax Function GetLastStoredTime As Long
long long GetLastStoredTime()
abstract GetLastStoredTime : unit -> int64
Return Value
Type:
Int64last store time
Remarks
Returns the last time value is flushed to mapstore.
Warning:
This method returns -1 if statistics is not enabled.
See Also