SEVExportWorkerWorkerThread Constructor (IFileSetPovider, IProdedureReaderProvider, ServiceSettings, ExporterSettings, IEMProcessHeartBeat)

Alterian Email Manager 6.2.3 SDK Help File
Use this WorkerThread constructor to configure the global service settings and configure the exporter instance

Namespace:  DMLibrary.SEV
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public WorkerThread(
	IFileSetPovider fileSetFactory,
	IProdedureReaderProvider procedureReaderFactory,
	ServiceSettings globalConfiguration,
	ExporterSettings exporterConfiguration,
	IEMProcessHeartBeat emProcessHeartBeat
)

Parameters

fileSetFactory
Type: DMLibrary.SEVIFileSetPovider
procedureReaderFactory
Type: DMLibrary.SEVIProdedureReaderProvider
globalConfiguration
Type: DMLibrary.SEVServiceSettings
exporterConfiguration
Type: DMLibrary.SEVExporterSettings
emProcessHeartBeat
Type: DMLibraryIEMProcessHeartBeat
See Also