CustomDataFunctionExecutor Class TIBCO Spotfire 5.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: 11.15.5816.4413 (11.15.5816.4413)
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: 5.5, 5.0, 4.5, 4.0, 3.3
See Also