Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Create a new SafeClock with the default maximum expected jitter.

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

Syntax

C#
public SafeClock(
	long ldtUnsafe
)

Parameters

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

See Also