EMThumbnailGenerator Class

Alterian Email Manager 6.2.3 SDK Help File
Service process to generate thumbnails using the content site and PhantomJS
Inheritance Hierarchy
SystemObject
  DMLibraryEMThumbnailGenerator

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

Syntax
public class EMThumbnailGenerator

The EMThumbnailGenerator type exposes the following members.

Constructors
NameDescription
Public methodEMThumbnailGenerator
Constructor for the thumbnail generator service process
Top
Properties
NameDescription
Public propertyStopService
Signal the service to stop and kill the wait timer if its running
Public propertyTesting
Set to true for testing
Public propertyTestingClientConnectionStringTemplate
Template used to create client db connection strings when testing
Public propertyThreadsStopped
Will be set to true when the worker thread exists, false otherwise
Top
Methods
NameDescription
Public methodStatic memberCreateAlert
Public methodMain
The main process loop.
Public methodPurgeFeederTables
Remove old requests from the feeder tables
Top
Events
NameDescription
Public eventOnDebugMessage
Register with this event to receive debug messages in a service test
Top
See Also