IInstrumentation GetBufferedResultsSince Method NFX Class Library

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

Returns samples starting around the the specified UTCdate in the near-chronological order, meaning that data is already sorted by time MOST of the TIME, however sorting is NOT GUARANTEED for all result records returned as enumeration is a lazy procedure that does not make copies/take locks. The enumeration is empty if ResultBufferSize is less or equal to zero entries

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

IEnumerable<Datum> GetBufferedResultsSince(
	DateTime utcStart
)

Return Value

Type: OnlineIEnumerable Datum 
See Also