Click or drag to resize

AtomicLong Constructor (Int64)

Initializes a new instance of the AtomicLong class.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public AtomicLong(
	long value
)

Parameters

value
Type: SystemInt64
The value.
See Also