EventlogXmlProcessor Class

Alterian Email Manager 6.2.3 SDK Help File
Class to process the eventlog_xml data
Inheritance Hierarchy
SystemObject
  DMLibrary.Repository.EventlogEventlogXmlProcessor

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

Syntax
public class EventlogXmlProcessor : IEventlogXmlProcessor

The EventlogXmlProcessor type exposes the following members.

Constructors
NameDescription
Public methodEventlogXmlProcessor
Constructor
Top
Properties
NameDescription
Public propertyProcessChunkCommandTimeout
Gets and Sets timeout to process a chunk
Public propertySqlDataConnectionFactory
Gets and sets Sql database connection factory
Top
Methods
NameDescription
Public methodGetEventLogXmlData
Pulls the eventlog_xml records to process them
Public methodReactivateDeadXmlRecords
Reactivates and returns eventlog_xml records in a dead state
Public methodRestoreEventlogXmlState
Restores a collection of eventlogXml records to its original state
Top
See Also