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

See Also