Click or drag to resize

BcfDataSetSetupAsyncRuleCalculationEnabled Property

Gets or sets a value indicating whether rule calculation may processed asynchronously. Default is .

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool AsyncRuleCalculationEnabled { get; set; }

Property Value

Type: Boolean
if rules may be calculated asynchronously; otherwise, .
See Also