NamedInterlocked Add Method (NamedInterlocked, Nullable Int64 )NFX Class Library

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

Adds slot snapshot from another source. Pass exchange to flip the existing slots to the exchanged value

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

public void Add(
	NamedInterlocked source,
	Nullable<long> exchangeSource = null
)

Parameters

source
Type: NFX.Collections NamedInterlocked
exchangeSource (Optional)
Type: OnlineSystem Nullable OnlineInt64 
See Also