EventlogCollection Constructor
|
Alterian Email Manager 6.2.3 SDK Help File
Constructor
Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EventlogCollection(
DMClient client,
IEnumerable<int> eventlogXmlIdsForEM,
IEnumerable<int> eventlogXmlIdsForSEV,
EventlogEntityCollection mainEventEntitiesCollection,
EventlogContentEntityCollection contentEventEntitiesCollection,
bool eventlogToDo,
bool sevToDo
)
Public Sub New (
client As DMClient,
eventlogXmlIdsForEM As IEnumerable(Of Integer),
eventlogXmlIdsForSEV As IEnumerable(Of Integer),
mainEventEntitiesCollection As EventlogEntityCollection,
contentEventEntitiesCollection As EventlogContentEntityCollection,
eventlogToDo As Boolean,
sevToDo As Boolean
)
public:
EventlogCollection(
DMClient^ client,
IEnumerable<int>^ eventlogXmlIdsForEM,
IEnumerable<int>^ eventlogXmlIdsForSEV,
EventlogEntityCollection^ mainEventEntitiesCollection,
EventlogContentEntityCollection^ contentEventEntitiesCollection,
bool eventlogToDo,
bool sevToDo
)
new :
client : DMClient *
eventlogXmlIdsForEM : IEnumerable<int> *
eventlogXmlIdsForSEV : IEnumerable<int> *
mainEventEntitiesCollection : EventlogEntityCollection *
contentEventEntitiesCollection : EventlogContentEntityCollection *
eventlogToDo : bool *
sevToDo : bool -> EventlogCollection
DMLibrary.Repository.Eventlog.EventlogCollection = function(client, eventlogXmlIdsForEM, eventlogXmlIdsForSEV, mainEventEntitiesCollection, contentEventEntitiesCollection, eventlogToDo, sevToDo);
Parameters
- client
- Type: DMLibraryDMClient
The DMClient to process - eventlogXmlIdsForEM
- Type: System.Collections.GenericIEnumerableInt32
The eventlog_xml ids to process for EM events - eventlogXmlIdsForSEV
- Type: System.Collections.GenericIEnumerableInt32
The eventlog_xml ids to process for SEV events - mainEventEntitiesCollection
- Type: DMLibrary.Repository.EventlogEventlogEntityCollection
The EventlogEntityCollection with EM main events - contentEventEntitiesCollection
- Type: DMLibrary.Repository.EventlogEventlogContentEntityCollection
The EventlogContentEntityCollection with EM content events - eventlogToDo
- Type: SystemBoolean
True if this item has EM eventlog data to process. False in any other case - sevToDo
- Type: SystemBoolean
True if this item has SEV eventlog data to process. False in any other case
See Also