/** Defines how compound records (parent plus children) are passed in the API. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustInherit Class NetricsCompoundRecSrc Implements NetricsBaseRecSrc |
| C# |
|---|
| public abstract class NetricsCompoundRecSrc : NetricsBaseRecSrc |
| C++ |
|---|
| ref class NetricsCompoundRecSrc abstract : NetricsBaseRecSrc |
| J# |
|---|
| public class NetricsCompoundRecSrc implements NetricsBaseRecSrc |
| JScript |
|---|
| public class NetricsCompoundRecSrc extends NetricsBaseRecSrc |
Inheritance Hierarchy
System.Object
NetricsServerInterface.NetricsCompoundRecSrc
NetricsServerInterface.NetricsCompoundReader
NetricsServerInterface.NetricsTableCursorCompoundRecSrc
NetricsServerInterface.NetricsCompoundRecSrc
NetricsServerInterface.NetricsCompoundReader
NetricsServerInterface.NetricsTableCursorCompoundRecSrc
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.