Click or drag to resize

ExportFindRecord Method

Returns the ExportRecord for the specified instance and identifier from the Records.

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

Parameters

instance  String
Instance name of the ExportRecord to be retrieved.
identifier  Int32
Identifier of the ExportRecord to be retrieved.

Return Value

ExportRecord
An ExportRecord object if a match is found; otherwise null.
See Also