IInstrumentation GetBufferedResults Method NFX Class Library

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

Returns the specified number of samples from the ring result buffer 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. If count is less or equal to zero then the system returns all results available.

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

IEnumerable<Datum> GetBufferedResults(
	int count = 0
)

Return Value

Type: OnlineIEnumerable Datum 
See Also