Click or drag to resize

BcfCalculatorAsyncOption Property

[This is preliminary documentation and is subject to change.]

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.0.0-beta7
Syntax
public BcfAsyncOption AsyncOption { get; set; }

Property Value

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