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

Alterian Email Manager 6.2.3 SDK Help File
Use this WorkerThread constructor to configure an exporter instance in the case where the global service settings have already been set

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

Syntax
public WorkerThread(
	IFileSetPovider fileSetFactory,
	IProdedureReaderProvider procedureReaderFactory,
	ExporterSettings exporterConfiguration,
	IEMProcessHeartBeat emProcessHeartBeat,
	string mainConnectionString,
	string appName,
	string alertFile
)

Parameters

fileSetFactory
Type: DMLibrary.SEVIFileSetPovider
procedureReaderFactory
Type: DMLibrary.SEVIProdedureReaderProvider
exporterConfiguration
Type: DMLibrary.SEVExporterSettings
emProcessHeartBeat
Type: DMLibraryIEMProcessHeartBeat
mainConnectionString
Type: SystemString
appName
Type: SystemString
alertFile
Type: SystemString
See Also