[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.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void Add(
NamedInterlocked source,
Nullable<long> exchangeSource = null
)
public void Add(
NamedInterlocked source,
Nullable<long> exchangeSource = null
)
Public Sub Add (
source As NamedInterlocked,
Optional exchangeSource As Nullable(Of Long) = Nothing
)
Public Sub Add (
source As NamedInterlocked,
Optional exchangeSource As Nullable(Of Long) = Nothing
)
public:
void Add(
NamedInterlocked^ source,
Nullable<long long> exchangeSource = nullptr
)
public:
void Add(
NamedInterlocked^ source,
Nullable<long long> exchangeSource = nullptr
)
member Add :
source : NamedInterlocked *
?exchangeSource : Nullable<int64>
(* Defaults:
let _exchangeSource = defaultArg exchangeSource null
*)
-> unit
member Add :
source : NamedInterlocked *
?exchangeSource : Nullable<int64>
(* Defaults:
let _exchangeSource = defaultArg exchangeSource null
*)
-> unit