openPDC Historian Help
FindRecord Method (instance, identifier)
NamespacesTVA.Historian.ExportersExportFindRecord(String, Int32)
Returns the ExportRecord for the specified instance and identifier from the Records.
Declaration Syntax
C#Visual BasicVisual C++
public ExportRecord FindRecord(
	string instance,
	int identifier
)
Public Function FindRecord ( _
	instance As String, _
	identifier As Integer _
) As ExportRecord
public:
ExportRecord^ FindRecord(
	String^ instance, 
	int identifier
)
Parameters
instance (String)
Instance name of the ExportRecord to be retrieved.
identifier (Int32)
Identifier of the ExportRecord to be retrieved.
Return Value
An ExportRecord object if a match is found; otherwise null.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252