 |
| 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: 3.0.2.0
Syntaxpublic virtual bool CanExecuteParallel { get; }Public Overridable ReadOnly Property CanExecuteParallel As Boolean
Get
public:
virtual property bool CanExecuteParallel {
bool get ();
}abstract CanExecuteParallel : bool with get
override CanExecuteParallel : bool with get
Property Value
Type:
Booleantrue if this instance can be execute parallel; otherwise,
false.
Remarks
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also