| DataExchangeControllerDeleteOldLogEntries Method |
Deletes a chunk of log entries from tblDataExchangeLog which are more than "deleteAfter" days old
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void DeleteOldLogEntries(
int maxEntries,
int deleteAfter
)
Parameters
- maxEntries
- Type: SystemInt32
- deleteAfter
- Type: SystemInt32
See Also