CustomDataFunctionExecutor Class TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also