ReportingProcessCollectionLoadImplementations Method

Loads available IReportingProcess implementations.

Definition

Namespace: Gemstone.Timeseries.Reports
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.170 -- Release Build+f464e1d84dd1e1809e105906771d4406aa28b88d
public void LoadImplementations(
	Action<IReportingProcess> newReportProcessHandler,
	Action<Exception>? exceptionHandler = null
)

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