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
System.Object
NetricsServerInterface.NetricsTableRecSrc
NetricsServerInterface.NetricsArrayRecSrc
NetricsServerInterface.NetricsCSVRecSrc
NetricsServerInterface.NetricsTableCursorRecSrc
NetricsServerInterface.NetricsTextFileRecSrc
NetricsServerInterface.NetricsTableRecSrc
NetricsServerInterface.NetricsArrayRecSrc
NetricsServerInterface.NetricsCSVRecSrc
NetricsServerInterface.NetricsTableCursorRecSrc
NetricsServerInterface.NetricsTextFileRecSrc
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.