 | 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
Syntaxpublic bool AsyncValueCalculationEnabled { get; set; }Public Property AsyncValueCalculationEnabled As Boolean
Get
Set
Property Value
Type:
Boolean if values may be calculated asynchronously; otherwise,
.
See Also