MultipleDestinationExporterInitialize(IEnumerableExportDestination) Method

Initializes (or re-initializes) MultipleDestinationExporter from configuration settings.

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.167 -- Release Build+f1b42a4d24cfc6e6059ab60dd43256c06cec82f7
public void Initialize(
	IEnumerable<ExportDestination> defaultDestinations
)

Parameters

defaultDestinations  IEnumerableExportDestination
Provides a default set of export destinations if none exist in configuration settings.

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. Even if used as a component this method can be called at anytime to reinitialize the exports with new configuration information.

See Also