 | BcfParallelOptionsAsyncRuleCalculationEnabled Property |
Gets or sets a rules 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 AsyncRuleCalculationEnabled { get; set; }Public Property AsyncRuleCalculationEnabled As Boolean
Get
Set
Property Value
Type:
Boolean if rules may be calculated asynchronously; otherwise,
.
See Also