EventlogCollectionRepository Class
|
Alterian Email Manager 6.2.3 SDK Help File
Abstract class to execute the eventlog actions
Inheritance Hierarchy Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic abstract class EventlogCollectionRepository : IEventlogCollectionRepository
Public MustInherit Class EventlogCollectionRepository
Implements IEventlogCollectionRepository
public ref class EventlogCollectionRepository abstract : IEventlogCollectionRepository
[<AbstractClassAttribute>]
type EventlogCollectionRepository =
class
interface IEventlogCollectionRepository
end
DMLibrary.Repository.Eventlog.EventlogCollectionRepository = function();
Type.createClass(
'DMLibrary.Repository.Eventlog.EventlogCollectionRepository',
null,
DMLibrary.Repository.Eventlog.IEventlogCollectionRepository);
The EventlogCollectionRepository type exposes the following members.
Methods
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