Click or drag to resize

BcfAsyncOption Enumeration

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

Asynchrony option for BcfCalculator

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public enum BcfAsyncOption
Members
  Member nameValueDescription
Synchron0 Calculation will be executed synchronously
AsyncCpuBound1 Calculation will be executed asynchronously
AsyncIoBound2 Calculation will be executed asynchronously with LongRunning
Version Information

BCF

Supported in: 4.0
See Also