ConnectivityService Class TIBCO Spotfire 6.0 API Reference
Provides information about the Spotfire Server, such as its URL, whether or not it is currently available, etc.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.ApplicationModel ConnectivityService

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 sealed class ConnectivityService : IDisposable
Remarks

An instance of this class is always available as an application level service and can be accessed using one of the GetService methods available in the caller context.
See Also