Click or drag to resize

AtomicLongSet Method

Sets the specified value.

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

Parameters

value
Type: SystemInt64
The value.
See Also