Click or drag to resize

DataListenerFindData Method

Gets the current data for the specified historianID.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public IDataPoint FindData(
	int historianID
)
View Source

Parameters

historianID  Int32
Historian identifier whose current data is to be retrieved.

Return Value

IDataPoint
IDataPoint if a match is found; otherwise null.
See Also