This class contains status information on the server process.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
<GuidAttribute("57F5DC71-007A-404b-B0B4-E775F725D324")>
Public Class NetricsServerStats
    Implements INetricsServerStats
C#
[GuidAttribute("57F5DC71-007A-404b-B0B4-E775F725D324")]
public class NetricsServerStats : INetricsServerStats
C++
[GuidAttribute(L"57F5DC71-007A-404b-B0B4-E775F725D324")]
ref class NetricsServerStats : INetricsServerStats
J#
/** @attribute GuidAttribute("57F5DC71-007A-404b-B0B4-E775F725D324") */
public class NetricsServerStats implements INetricsServerStats
JScript
public 
   GuidAttribute("57F5DC71-007A-404b-B0B4-E775F725D324")
class NetricsServerStats extends INetricsServerStats

Remarks

The server will return information on itself, including such things as its product name, version number and enabled features. An object of this class holds a complete report on this server status information returned by the server.

Objects of this class are generated as the results of a NetricsServerInterface.svrstats call, they can not be created directly.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsServerStats

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also