Click or drag to resize

ReportingProcessCollectionLoadImplementations Method

Loads available IReportingProcess implementations.

Namespace: GSF.TimeSeries.Reports
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public void LoadImplementations(
	Action<IReportingProcess> newReportProcessHandler,
	Action<Exception> exceptionHandler = null
)
View Source

Parameters

newReportProcessHandler  ActionIReportingProcess
New report process handler to call when new IReportingProcess implementations are loaded.
exceptionHandler  ActionException  (Optional)
Exception handler, if any, to call when type creation fails; otherwise, if null any exceptions will be thrown.
See Also