This class contains information about a thesaurus on the ibi™ Patterns - Search 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
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.