SEVExportWorker Constructor
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic SEVExportWorker(
SEVExportSettings serviceConfiguration,
IFileSetPovider fileSetFactory,
IProdedureReaderProvider procedureReaderFactory,
IEMProcessHeartBeat emProcessHeartBeat
)
Public Sub New (
serviceConfiguration As SEVExportSettings,
fileSetFactory As IFileSetPovider,
procedureReaderFactory As IProdedureReaderProvider,
emProcessHeartBeat As IEMProcessHeartBeat
)
public:
SEVExportWorker(
SEVExportSettings^ serviceConfiguration,
IFileSetPovider^ fileSetFactory,
IProdedureReaderProvider^ procedureReaderFactory,
IEMProcessHeartBeat^ emProcessHeartBeat
)
new :
serviceConfiguration : SEVExportSettings *
fileSetFactory : IFileSetPovider *
procedureReaderFactory : IProdedureReaderProvider *
emProcessHeartBeat : IEMProcessHeartBeat -> SEVExportWorker
DMLibrary.SEV.SEVExportWorker = function(serviceConfiguration, fileSetFactory, procedureReaderFactory, emProcessHeartBeat);
Parameters
- serviceConfiguration
- Type: DMLibrary.SEVSEVExportSettings
- fileSetFactory
- Type: DMLibrary.SEVIFileSetPovider
- procedureReaderFactory
- Type: DMLibrary.SEVIProdedureReaderProvider
- emProcessHeartBeat
- Type: DMLibraryIEMProcessHeartBeat
See Also