Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Updates and returns a "safe" current time in milliseconds based on the "unsafe" time.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
protected long UpdateSafeTimeMillis(
	long ldtUnsafe
)

Parameters

ldtUnsafe
Type: System..::.Int64
The unsafe current time in milliseconds.

Return Value

The corrected safe time.

See Also