EventlogCollectionEventlogXmlIdsForSEV Property
|
Alterian Email Manager 6.2.3 SDK Help File
The id of the eventlog_xml that will get processed for SEV events
Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IEnumerable<int> EventlogXmlIdsForSEV { get; }
Public ReadOnly Property EventlogXmlIdsForSEV As IEnumerable(Of Integer)
Get
public:
virtual property IEnumerable<int>^ EventlogXmlIdsForSEV {
IEnumerable<int>^ get () sealed;
}
abstract EventlogXmlIdsForSEV : IEnumerable<int> with get
override EventlogXmlIdsForSEV : IEnumerable<int> with get
function get_EventlogXmlIdsForSEV();
Property Value
Type:
IEnumerableInt32Implements
IEventlogCollectionEventlogXmlIdsForSEV
Remarks
Both this property and the EventlogXmlIdsForEM 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 SEV events regardless of the EM ones
See Also