SafeClockGetLastSafeTimeMillis Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Returns the last "safe" time as computed by a previous call to the
GetSafeTimeMillis method.
Note: Since the underlying field is non-volatile, the returned
value is only guaranteed to be no less than the last value returned
by GetSafeTimeMillis() call on the same thread.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic long GetLastSafeTimeMillis()
Return Value
Type:
Int64
The last "safe" time in milliseconds.
See Also