SEVExportWorkerWorkerThread Class

Alterian Email Manager 6.2.3 SDK Help File
This class represents a single export worker thread that can work against a variety of export types.
Inheritance Hierarchy
SystemObject
  DMLibrary.SEVSEVExportWorkerWorkerThread

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

Syntax
public class WorkerThread

The SEVExportWorkerWorkerThread type exposes the following members.

Constructors
Properties
Methods
NameDescription
Public methodStatic memberCleanDate
Utility method to make filename-safe date strings
Public methodStatic memberConvertServerTimeToUTC
Converts a local (server) time to a UTC time by applying the UTC offset.
Public methodStatic memberCreateFileNameFromTemplate
Public methodStatic memberErrorMessage
Fire the event to deliver error info to the parent application if there are any listeners.
Public methodStatic memberEscapeQualifier
Utility function to escape any text qualifiers in a field value for export
Public methodStatic memberGetTextQualifier
Utility function to check if a field requires a double quote qualifier. Presence of either a delimiter (pipe) or a qualifier (double quote) requires a qualifier
Public methodStatic memberInfoMessage
Fire the event to deliver info to the parent application if there are any listeners.
Public methodStart
Start this worker thread.
Public methodStop
Stop this worker thread.
Top
See Also