This class contains status information on the server process.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class NetricsServerStats |
C# |
---|
public class NetricsServerStats |
C++ |
---|
ref class NetricsServerStats |
J# |
---|
public class NetricsServerStats |
JScript |
---|
public class NetricsServerStats |
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
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.