ExporterCleanup Constructor

Alterian Email Manager 6.2.3 SDK Help File
Initializes a new instance of the ExporterCleanup class

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

Syntax
public ExporterCleanup(
	string appName,
	string connectionString,
	int cleanupDelayInHours,
	IProdedureReaderProvider procedureReaderFactory,
	int deleteChunkSize
)

Parameters

appName
Type: SystemString
connectionString
Type: SystemString
cleanupDelayInHours
Type: SystemInt32
procedureReaderFactory
Type: DMLibrary.SEVIProdedureReaderProvider
deleteChunkSize
Type: SystemInt32
See Also