EventlogCollectionRepository Class

Alterian Email Manager 6.2.3 SDK Help File
Abstract class to execute the eventlog actions
Inheritance Hierarchy

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

Syntax
public abstract class EventlogCollectionRepository : IEventlogCollectionRepository

The EventlogCollectionRepository type exposes the following members.

Methods
NameDescription
Public methodExecuteEventlogAction
Executes the action that process the eventlog data.
Public methodGetEngagementEvents
Gets the EngagedEvents contained within the IEventlogCollection
Top
Remarks
To be inherited from EM and SEV events processing. It will execute the action based on the IEventlogCollection produced and consumed in the eventlog service
See Also