 |
| BcfFunctionBaseInternalCanExecuteParallel Property |
Gets a value indicating whether this instance can be executed parallel. Default is true.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic virtual bool CanExecuteParallel { get; }Public Overridable ReadOnly Property CanExecuteParallel As Boolean
Get
Property Value
Type:
Booleantrue if this instance can be execute parallel; otherwise,
false.
Remarks
See Also