Click or drag to resize

BcfParallelOptionsAsyncRuleCalculationEnabled Property

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

Namespace:  CalculationWorks.BusinessModel
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