Click or drag to resize

ExporterBaseFindListener Method

Returns the DataListener for the specified listenerName from the Listeners.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public DataListener FindListener(
	string listenerName
)
View Source

Parameters

listenerName  String
Name of the DataListener to be retrieved.

Return Value

DataListener
A DataListener object if a match is found; otherwise null.
See Also