Click or drag to resize
Grid Solutions Framework

TimeSortedValueScannerRead Method

Reads all AFValue instances in time sorted order as a yielding enumerable.

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.182-beta
Syntax
public IEnumerable<AFValue> Read(
	int pageFactor = 1
)
View Source

Parameters

pageFactor  Int32  (Optional)
Defines a paging factor used to load more data into a page.

Return Value

IEnumerableAFValue
Each recorded AFValue in time-sorted order for the specified Points and time-range.
See Also