CustomDataFunctionExecutor Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also