HandlersDebugFinishHandlerOperation Method |
Finishes the log item
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax 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