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