 | 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
Syntaxpublic BcfAsyncOption AsyncOption { get; set; }Public Property AsyncOption As BcfAsyncOption
Get
Set
Property Value
Type:
BcfAsyncOption
Remarks
See Also