ShareToolTContextExecuteCore Method (TContext, ShareToolExecutionContext)

TIBCO Spotfire 11.4 API Reference
Executes the tool with the specified contexts

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

C#
protected abstract IEnumerable<Object> ExecuteCore(
	TContext context,
	ShareToolExecutionContext executionContext
)

Parameters

context
Type: TContext
The tool context.
executionContext
Type: Spotfire.Dxp.ApplicationShareToolExecutionContext
The share tool execution context.

Return Value

Type: IEnumerableObject
An enumerable of prompt models that should be prompted on.
Version Information

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

Reference