Click or drag to resize

TimerControllerDeleteOldLogEntries Method

Deletes a chunk of log entries from tbltimerlog that are created before more than deleteAfter days ago

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

Parameters

maxEntries
Type: SystemInt32
deleteAfter
Type: SystemInt32
See Also