CustomDataFunctionExecutor ExecuteFunctionCore Method TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

protected abstract IEnumerable<Object> ExecuteFunctionCore(
	DataFunctionInvocation invocation
)

Return Value

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

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