Click or drag to resize

BcfParallelOptionsAsyncValueCalculationEnabled Property

Gets or sets a value 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 AsyncValueCalculationEnabled { get; set; }

Property Value

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