IEventlogCollectionRepositoryExecuteEventlogAction Method
|
Alterian Email Manager 6.2.3 SDK Help File
Executes the action that process the eventlog data.
Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxvoid ExecuteEventlogAction(
IEventlogCollection eventlogCollection,
EEventlogXmlStep step
)
Sub ExecuteEventlogAction (
eventlogCollection As IEventlogCollection,
step As EEventlogXmlStep
)
void ExecuteEventlogAction(
IEventlogCollection^ eventlogCollection,
EEventlogXmlStep step
)
abstract ExecuteEventlogAction :
eventlogCollection : IEventlogCollection *
step : EEventlogXmlStep -> unit
function ExecuteEventlogAction(eventlogCollection, step);
Parameters
- eventlogCollection
- Type: DMLibrary.Repository.EventlogIEventlogCollection
The IEventlogCollection containing the eventlog data - step
- Type: DMLibrary.Repository.EventlogEEventlogXmlStep
The EEventlogXmlStep to execute the action for
Remarks
Executes the action in 3 steps:
1. Adds or updates the EM.EventlogXmlProcessing record for the giving step
2. Executes the action
3. Sets the finished date for the EM.EventlogXmlProcessing record inserted/updated in 1
Both the steps 2 and 3 need to run in the same transaction for data integrity
See Also