Click or drag to resize

AtomicLongGetAndIncrement Method

Increments and returns the previous value.

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

Return Value

Type: Int64

[Missing <returns> documentation for "M:com.espertech.esper.compat.AtomicLong.GetAndIncrement"]

See Also