Click or drag to resize

AtomicLongCompareAndSet Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.AtomicLong.CompareAndSet(System.Int64,System.Int64)"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool CompareAndSet(
	long testValue,
	long newValue
)

Parameters

testValue
Type: SystemInt64

[Missing <param name="testValue"/> documentation for "M:com.espertech.esper.compat.AtomicLong.CompareAndSet(System.Int64,System.Int64)"]

newValue
Type: SystemInt64

[Missing <param name="newValue"/> documentation for "M:com.espertech.esper.compat.AtomicLong.CompareAndSet(System.Int64,System.Int64)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.AtomicLong.CompareAndSet(System.Int64,System.Int64)"]

See Also