Click or drag to resize
CalculationWorks Logo
BcfFunctionBaseInternalAllowExecuteParallel Property
Gets or sets a value indicating whether this instance is allowed to be executed parallel.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public bool AllowExecuteParallel { get; set; }

Property Value

Type: Boolean
true if is allowed to be executed parallel; otherwise, false.
Remarks
A function is computed parallel if enabled in datasets BcfDataSetParallelOptions and CanExecuteParallel and AllowExecuteParallel are true.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also