Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnEndCalculatingBucket Method
Called when calculating the current execution plan bucket ends.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public void OnEndCalculatingBucket(
	int bucketIndex,
	bool canceled
)

Parameters

bucketIndex
Type: SystemInt32
Index of the bucket.
canceled
Type: SystemBoolean
if set to true the operation was canceled.
See Also