Click or drag to resize
HandlersDebugStartHandlerOperation Method (MethodInfo)
Logs the handler operation. Logs the handler operation to the file and to current request log for debugging.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static DataRow StartHandlerOperation(
	MethodInfo method
)

Parameters

method
Type: System.ReflectionMethodInfo
Called method

Return Value

Type: DataRow
Returns the DataRow with new log item
See Also