Click or drag to resize

BcfCalculatorAsyncOption Property

Indicates whether the calculation should be executed synchronously, asynchronously-CPU-bound or asynchronously-IO-bound.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfAsyncOption AsyncOption { get; set; }

Property Value

Type: BcfAsyncOption
Remarks
If AsyncValueCalculationEnabled (AsyncRuleCalculationEnabled if this instance is a BcfRule) is the calculation will be executed synchronously.
See Also