AnalysisApplicationComView InteractOnApplicationThread T  Method (AnalysisApplicationComView ApplicationInteractor T ) TIBCO Spotfire 6.0 API Reference
Invokes the specified interactor with the AnalysisApplication instance on the application thread. Derived classes shall call this method with a suitable delegate to interact with the analysis application.

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

protected T InteractOnApplicationThread<T>(
	AnalysisApplicationComView..::..ApplicationInteractor<T> interactor
)

Parameters

interactor
Type: Spotfire.Dxp.Application.Interop AnalysisApplicationComView ApplicationInteractor T 
The interactor.
Type Parameters

T

Return Value

Type: T
See Also