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.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic WorkerThread(
IFileSetPovider fileSetFactory,
IProdedureReaderProvider procedureReaderFactory,
ExporterSettings exporterConfiguration,
IEMProcessHeartBeat emProcessHeartBeat,
string mainConnectionString,
string appName,
string alertFile
)
Public Sub New (
fileSetFactory As IFileSetPovider,
procedureReaderFactory As IProdedureReaderProvider,
exporterConfiguration As ExporterSettings,
emProcessHeartBeat As IEMProcessHeartBeat,
mainConnectionString As String,
appName As String,
alertFile As String
)
public:
WorkerThread(
IFileSetPovider^ fileSetFactory,
IProdedureReaderProvider^ procedureReaderFactory,
ExporterSettings^ exporterConfiguration,
IEMProcessHeartBeat^ emProcessHeartBeat,
String^ mainConnectionString,
String^ appName,
String^ alertFile
)
new :
fileSetFactory : IFileSetPovider *
procedureReaderFactory : IProdedureReaderProvider *
exporterConfiguration : ExporterSettings *
emProcessHeartBeat : IEMProcessHeartBeat *
mainConnectionString : string *
appName : string *
alertFile : string -> WorkerThread
DMLibrary.SEV.WorkerThread = function(fileSetFactory, procedureReaderFactory, exporterConfiguration, emProcessHeartBeat, mainConnectionString, appName, 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