This class contains information about a character map in ibi™ Patterns - Search.


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

Syntax

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

Remarks

Objects of this class contain status information on a character map in the server. Charmap objects are created and returned by the NetricsServerInterface cmap_stats method. Normally there is no need to explicitly create a NetricsCharmapStats object.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.BaseObjectStats
      NetricsServerInterface.NetricsCharmapStats

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