Click or drag to resize

ExportRecord(String, Int32) Constructor

Initializes a new instance of the ExportRecord class.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public ExportRecord(
	string instance,
	int identifier
)
View Source

Parameters

instance  String
Name of the historian instance providing the time-series data.
identifier  Int32
Historian identifier of the instance whose time-series data is to be exported.
See Also