ApplicationThread Class TIBCO Spotfire 6.0 API Reference
This class enables pieces of code to be synchronously executed on the main application thread. This is required if the document is to be accessed from any other thread.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.ApplicationModel ApplicationThread

Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public abstract class ApplicationThread
Remarks

An instance of this class is available as a service on the application. To obtain the object ApplicationThread object, call GetService on any document node attached to the document or get it from the Services property on the application object.
See Also