Click or drag to resize

ControllerBaseLogEventOnEntry Method

If customer setting "TraceEventOnEntry" is set, an entry is written to tblEventLog. Can be used to trace chains of event. Endless chains of event can be detected by inspecting the recusion depth in the log.

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

Parameters

eventType
Type: SystemString
eventHandlerName
Type: SystemString
objectName
Type: SystemString

Return Value

Type: Int64
See Also