NamedInterlocked SnapshotAllLongs Method NFX Class Library

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

Enumerates all named integers. This operation is thread-safe, and returns a snapshot of the instance taken at the time of the first call. If exchange is specified, atomicaly flips the value of every slot

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

public IEnumerable<KeyValuePair<string, long>> SnapshotAllLongs(
	Nullable<long> exchange = null
)

Parameters

exchange (Optional)
Type: OnlineSystem Nullable OnlineInt64 

Return Value

Type: OnlineIEnumerable OnlineKeyValuePair OnlineString, OnlineInt64  
See Also