EventlogCollectionEventlogXmlIdsForEM Property
|
Alterian Email Manager 6.2.3 SDK Help File
The id of the eventlog_xml that will get processed for EM events
Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IEnumerable<int> EventlogXmlIdsForEM { get; }
Public ReadOnly Property EventlogXmlIdsForEM As IEnumerable(Of Integer)
Get
public:
virtual property IEnumerable<int>^ EventlogXmlIdsForEM {
IEnumerable<int>^ get () sealed;
}
abstract EventlogXmlIdsForEM : IEnumerable<int> with get
override EventlogXmlIdsForEM : IEnumerable<int> with get
function get_EventlogXmlIdsForEM();
Property Value
Type:
IEnumerableInt32Implements
IEventlogCollectionEventlogXmlIdsForEM
Remarks
Both this property and the EventlogXmlIdsForSEV usually will contain the same ids.
However if the SEV or EM processing fails, and because the pulling of the eventlog_xml records occur in bulk,
it can happen that items that only need to perform either just the SEV or the EM processing (and not both)
and items that need to process both EM and SEV events ended up bundled together. We need to be sure
we filter those ids for items that still need to process EM events regardless of the SEV ones
See Also