IEntryViewK, VGetLastStoredTime Method Hazelcast .Net Client Class Library
Returns the last time value is flushed to mapstore.

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

long GetLastStoredTime()

Return Value

Type: Int64
last store time
Remarks

Returns the last time value is flushed to mapstore.

Warning:

This method returns -1 if statistics is not enabled.

See Also

Reference