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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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