NamedInterlocked SnapshotAllLongsInto TDatum  Method NFX Class Library

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

Records a snapshot of all longs converted into TDatum. The TDatum must have a public .ctor(string, long) or runtime exception is thrown (this is because C# does not have a contract/constraint for parameterized cosntructors)

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

public void SnapshotAllLongsInto<TDatum>(
	Nullable<long> exchange = null,
	IInstrumentation instrumentation = null
)
where TDatum : Datum

Parameters

exchange (Optional)
Type: OnlineSystem Nullable OnlineInt64 
instrumentation (Optional)
Type: NFX.Instrumentation IInstrumentation
Type Parameters

TDatum
See Also