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 (26.2.0.1000)
Syntax
public interface IApplicationInfoService

The IApplicationInfoService type exposes the following members.

Properties
 NameDescription
Public propertyDeploymentFlagsGets the full list of deployment flags (case-insensitive).
Public propertyDiagnosticFlagsGets the full list of diagnostic flags (case-insensitive).
Top
Methods
 NameDescription
Public methodCheckAppDbConnectivity Checks to see if connectivity to the application database can be established.
Public methodGetAppDbConnectionStringGets the application database connection string.
Public methodGetApplicationInfo Gets information about the application.
Public methodGetDiagnosticsGets a string containing diagnostic information about the application and the system.
Public methodGetDiagnostics(Guid)Gets a string containing diagnostic information about the application and the system.
Public methodGetDiagnosticsStatusGets the status of diagnostics generation.
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 methodGetSystemPerformanceInfoGets system performance information (e.g. CPU and memory usage).
Public methodIsDeploymentFlagEnabled Gets a value indicating whether the deployment flag with the specified name is enabled.
Public methodIsDiagnosticFlagEnabled Gets a value indicating whether the diagnostic flag with the specified name is enabled.
Public methodRequestDiagnosticsRequests generation of diagnostics about the application and the system.
Top
See Also