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: 2.1.0.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.
See Also