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 (24.2.0.1000)
Syntax
public class ServerInfo

The ServerInfo type exposes the following members.

Properties
  NameDescription
Public propertyAppVersion
Gets 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 propertyFingerprint
Gets a string of characters which identifies the server based on the hardware.
Public propertyLastSeenTime
Gets the UTC time at which the server last reported itself as active.
Public propertyName
Gets the name of the server.
Public propertyServerGroupId
Gets the ID of the server group to which the server belongs.
Top
See Also