[This is preliminary documentation and is subject to change.]
Enumerates all named amounts. 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, Amount>> SnapshotAllAmounts(
Nullable<decimal> exchange = null
)
public IEnumerable<KeyValuePair<string, Amount>> SnapshotAllAmounts(
Nullable<decimal> exchange = null
)
Public Function SnapshotAllAmounts (
Optional exchange As Nullable(Of Decimal) = Nothing
) As IEnumerable(Of KeyValuePair(Of String, Amount))
Public Function SnapshotAllAmounts (
Optional exchange As Nullable(Of Decimal) = Nothing
) As IEnumerable(Of KeyValuePair(Of String, Amount))
public:
IEnumerable<KeyValuePair<String^, Amount>>^ SnapshotAllAmounts(
Nullable<Decimal> exchange = nullptr
)
public:
IEnumerable<KeyValuePair<String^, Amount>>^ SnapshotAllAmounts(
Nullable<Decimal> exchange = nullptr
)
member SnapshotAllAmounts :
?exchange : Nullable<decimal>
(* Defaults:
let _exchange = defaultArg exchange null
*)
-> IEnumerable<KeyValuePair<string, Amount>>
member SnapshotAllAmounts :
?exchange : Nullable<decimal>
(* Defaults:
let _exchange = defaultArg exchange null
*)
-> IEnumerable<KeyValuePair<string, Amount>>
Return Value
Type:
IEnumerable
KeyValuePair
String,
Amount