CustomDataFunctionExecutor Class TIBCO Spotfire 7.0 API Reference
Implement this class to provide a CustomDataFunctionExecutor that can be used to execute DataFunctions.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Application.Extension CustomDataFunctionExecutor

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public abstract class CustomDataFunctionExecutor : IFunctionExecutor
Remarks

The implementations of this class has to make sure that the all data functions can be executed simultaneously on multiple threads.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also