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.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
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