[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.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<KeyValuePair<string, long>> SnapshotAllLongs(
Nullable<long> exchange = null
)
public IEnumerable<KeyValuePair<string, long>> SnapshotAllLongs(
Nullable<long> exchange = null
)
Public Function SnapshotAllLongs (
Optional exchange As Nullable(Of Long) = Nothing
) As IEnumerable(Of KeyValuePair(Of String, Long))
Public Function SnapshotAllLongs (
Optional exchange As Nullable(Of Long) = Nothing
) As IEnumerable(Of KeyValuePair(Of String, Long))
public:
IEnumerable<KeyValuePair<String^, long long>>^ SnapshotAllLongs(
Nullable<long long> exchange = nullptr
)
public:
IEnumerable<KeyValuePair<String^, long long>>^ SnapshotAllLongs(
Nullable<long long> exchange = nullptr
)
member SnapshotAllLongs :
?exchange : Nullable<int64>
(* Defaults:
let _exchange = defaultArg exchange null
*)
-> IEnumerable<KeyValuePair<string, int64>>
member SnapshotAllLongs :
?exchange : Nullable<int64>
(* Defaults:
let _exchange = defaultArg exchange null
*)
-> IEnumerable<KeyValuePair<string, int64>>
Return Value
Type:
IEnumerable
KeyValuePair
String,
Int64