ServerInfo Class

Represents information about a server running as a node of the application.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ConfigurationServerInfo

Namespace: Dundas.BI.Configuration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ServerInfo

The ServerInfo type exposes the following members.

Properties
 NameDescription
Public propertyAppVersionGets the version of Dundas BI being used on the server.
Public propertyCpuCoreUsage Gets the number of CPU cores the server is using, if CPU core usage is being counted on an instance-wide basis.
Public propertyFingerprintGets a string of characters which identifies the server based on the hardware.
Public propertyLastSeenTimeGets the UTC time at which the server last reported itself as active.
Public propertyNameGets the name of the server.
Public propertyServerGroupIdGets the ID of the server group to which the server belongs.
Top
See Also