Click or drag to resize
CalculationWorks Logo
BcfFunctionBaseInternalLongRunning Property
Gets a value indicating whether this is a long running function. Default is false.

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

Property Value

Type: Boolean
true if long running; otherwise, false.
Remarks
See Also