NamedInterlocked ExchangeLong Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Captures the current value of a named long value and atomically sets it to the passed value

Namespace: NFX.Collections
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public long ExchangeLong(
	string name,
	long value
)

Return Value

Type: OnlineInt64
See Also