Click or drag to resize
CalculationWorks Logo
BcfFunctionBaseInternalCanExecuteParallel Property
Gets a value indicating whether this instance can be executed parallel. Default is true.

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

Property Value

Type: Boolean
true if this instance can be execute 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