SEVExportWorker Class

Alterian Email Manager 6.2.3 SDK Help File
This class is a service class that export multiple export data types on multiple threads.
Inheritance Hierarchy
SystemObject
  DMLibrary.SEVSEVExportWorker

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

Syntax
public class SEVExportWorker : IServiceWorker

The SEVExportWorker type exposes the following members.

Constructors
NameDescription
Public methodSEVExportWorker
Initializes a new instance of the SEVExportWorker class
Top
Properties
Methods
NameDescription
Public methodCleanupThread
Public methodStart
Start the SEV Export Worker and all worker threads.
Public methodStop
Stop the SEV Export Worker and all the worker threads.
Top
Fields
NameDescription
Public fieldStatic memberSendDebugMessage
Handle this event in the containing class to see debug messages sent by the service.
Top
See Also