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

Syntax

Visual Basic (Declaration)
Public MustInherit Class NetricsTableRecSrc
    Implements NetricsBaseRecSrc
C#
public abstract class NetricsTableRecSrc : NetricsBaseRecSrc
C++
ref class NetricsTableRecSrc abstract  : NetricsBaseRecSrc
J#
public  class NetricsTableRecSrc implements NetricsBaseRecSrc
JScript
public  class NetricsTableRecSrc extends NetricsBaseRecSrc

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