A simple array based implementation of the NetricsTableRecSrc interface.


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

Syntax

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

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsTableRecSrc
      NetricsServerInterface.NetricsArrayRecSrc

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