This is the base class for all of the thesaurus types. It should never be used directly.


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

Syntax

Visual Basic (Declaration)
Public Class NetricsBaseThesaurus
C#
public class NetricsBaseThesaurus
C++
ref class NetricsBaseThesaurus
J#
public class NetricsBaseThesaurus
JScript
public class NetricsBaseThesaurus

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.

See Also