Click or drag to resize

MultipleDestinationExporterInitialize Method

Initializes (or reinitializes) MultipleDestinationExporter from configuration settings.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public void Initialize()
View Source

Implements

ISupportLifecycleInitialize
Remarks
If not being used as a component (i.e., user creates their own instance of this class), this method must be called in order to initialize exports. Event if used as a component this method can be called at anytime to reinitialize the exports with new configuration information.
See Also