NamedInterlocked VolatileReadLong Method NFX Class Library

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

Captures the current value of a named long value. If slot does not exist, creates it and captures the value (which may be non-zero even if the slot was just created)

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

public long VolatileReadLong(
	string name
)

Return Value

Type: OnlineInt64
See Also