Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create a new SafeClock with the specified jitter threshold.

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

Syntax

C#
public SafeClock(
	long ldtUnsafe,
	long lJitter
)

Parameters

ldtUnsafe
Type: System..::..Int64
The current unsafe time
lJitter
Type: System..::..Int64
The maximum expected jitter in the underlying system clock

See Also