Click or drag to resize

BcfParallelOptionsAsyncValueCalculationEnabled Property

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

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

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool AsyncValueCalculationEnabled { get; set; }

Property Value

Type: Boolean
true if values may be calculated asynchronously; otherwise, false.
See Also