Click or drag to resize
HandlersDebugFinishHandlerOperation Method
Finishes the log item

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void FinishHandlerOperation(
	DataRow dr,
	int handlersCalled = 0
)

Parameters

dr
Type: System.DataDataRow
Log item
handlersCalled (Optional)
Type: SystemInt32
Number of handlers that were called during the operation
See Also