Click or drag to resize

ControllerBaseLogEventExecutionTime Method

If customer setting TraceEventExecutionTime is set, an entry is written to tblEventLog with the execution time of an event handler. Can be used to trace long running event handlers.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
protected static void LogEventExecutionTime(
	string eventType,
	string eventHandlerName,
	string objectName,
	long ticksAtStart
)

Parameters

eventType
Type: SystemString
eventHandlerName
Type: SystemString
objectName
Type: SystemString
ticksAtStart
Type: SystemInt64
See Also