IApplicationInfoService Interface

Provides methods for getting information about the Dundas application.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
public interface IApplicationInfoService

The IApplicationInfoService type exposes the following members.

Properties
  NameDescription
Public propertyDiagnosticFlags
Gets the full list of diagnostic flags (case-insensitive).
Top
Methods
  NameDescription
Public methodGetAppDbConnectionString
Gets the application database connection string.
Public methodGetApplicationInfo
Gets information about the application.
Public methodGetDiagnostics
Gets a string containing diagnostic information about the application and the system.
Public methodGetSchedulerLastConnectedToServerTime
Gets the date/time at which the scheduler service last successfully connected to the REST API of the Dundas BI web application.
Public methodGetSchedulerLastSeenTime
Gets the date/time at which the scheduler was last seen to be running.
Public methodGetSystemPerformanceInfo
Gets system performance information (e.g. CPU and memory usage).
Public methodIsDiagnosticFlagEnabled
Gets a value indicating whether the diagnostic flag with the specified name is enabled.
Top
See Also