This class contains information about a thesaurus on the Netrics server.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
<GuidAttribute("0BA5C84C-4E2A-4373-8A11-57509ED5121E")> Public Class NetricsThesStats Implements INetricsThesStats |
C# |
---|
[GuidAttribute("0BA5C84C-4E2A-4373-8A11-57509ED5121E")] public class NetricsThesStats : INetricsThesStats |
C++ |
---|
[GuidAttribute(L"0BA5C84C-4E2A-4373-8A11-57509ED5121E")] ref class NetricsThesStats : INetricsThesStats |
J# |
---|
/** @attribute GuidAttribute("0BA5C84C-4E2A-4373-8A11-57509ED5121E") */ public class NetricsThesStats implements INetricsThesStats |
JScript |
---|
public GuidAttribute("0BA5C84C-4E2A-4373-8A11-57509ED5121E") class NetricsThesStats extends INetricsThesStats |
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.NetricsThesStats
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.