CustomDataFunctionExecutorExecuteFunctionCore Method

TIBCO Spotfire 11.4 API Reference
Execute a function invocation. The executor is expected to add the output results to the invocation object.

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

C#
protected abstract IEnumerable<Object> ExecuteFunctionCore(
	DataFunctionInvocation invocation
)

Parameters

invocation
Type: Spotfire.Dxp.Data.DataFunctionsDataFunctionInvocation
The function invocation.

Return Value

Type: IEnumerableObject
The prompt models to return, the implementor is expected to use the yield return pattern.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference