Click or drag to resize

MasterControllerDeleteOldEventLogEntries Method

Deletes old items in tblActLog.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void DeleteOldEventLogEntries(
	int maxEntries,
	int deleteAfter
)

Parameters

maxEntries
Type: SystemInt32
deleteAfter
Type: SystemInt32
No of days
See Also