Click or drag to resize

EventInfosDeleteExpiredEvents Method

Deletes the expired events from the xot_event_instances table in the operational databases.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void DeleteExpiredEvents(
	IAppContext appCxt
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object.
See Also