ISEVEventsRepositoryProcessSEVData Method
|
Alterian Email Manager 6.2.3 SDK Help File
Process the SEV data
Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxvoid ProcessSEVData(
IEventlogCollection eventlogCollection
)
Sub ProcessSEVData (
eventlogCollection As IEventlogCollection
)
void ProcessSEVData(
IEventlogCollection^ eventlogCollection
)
abstract ProcessSEVData :
eventlogCollection : IEventlogCollection -> unit
function ProcessSEVData(eventlogCollection);
Parameters
- eventlogCollection
- Type: DMLibrary.Repository.EventlogIEventlogCollection
The IEventlogCollection holding the eventlog data to process
See Also