This class contains information about a thesaurus on the Netrics server.


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

Syntax

Visual Basic (Declaration)
Public Class NetricsThesStats
    Inherits BaseObjectStats
C#
public class NetricsThesStats : BaseObjectStats
C++
ref class NetricsThesStats : BaseObjectStats
J#
public class NetricsThesStats extends BaseObjectStats
JScript
public class NetricsThesStats extends BaseObjectStats

Remarks

Objects of this class contain status information on a thesaurus in the server. These objects are created and returned by the NetricsServerInterface th_stats method. Normally there is no need to explicitly create a NetricsThesStats object.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.BaseObjectStats
      NetricsServerInterface.NetricsThesStats

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