Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnEndRestoreSavePoint Method
Called when restoring a BcfSavePoint ends.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public void OnEndRestoreSavePoint(
	BcfSavePoint savepoint,
	bool canceled
)

Parameters

savepoint
Type: CalculationWorks.BusinessModelBcfSavePoint
The save point.
canceled
Type: SystemBoolean
if set to true the operation was canceled.
Exceptions
ExceptionCondition
ArgumentNullExceptionsavepoint is null.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0
See Also