 |
| BcfFunctionBaseInternalAllowExecuteParallel Property |
Gets or sets a value indicating whether this instance is allowed to be executed parallel.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic bool AllowExecuteParallel { get; set; }Public Property AllowExecuteParallel As Boolean
Get
Set
Property Value
Type:
Booleantrue if is allowed to be executed parallel; otherwise,
false.
Remarks
See Also