Click or drag to resize

ExportFindRecords Method

Returns the ExportRecords for the specified instance from the Records.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public IList<ExportRecord> FindRecords(
	string instance
)
View Source

Parameters

instance  String
Instance name of the ExportRecords to be retrieved.

Return Value

IListExportRecord
An ListT object containing matching ExportRecords.
See Also