A NetricsMappedRecord inherits from a NetricsRecord, and has additional functionality which allows the user to access the fields of the record by field name or number.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class NetricsMappedRecord Inherits NetricsRecord |
C# |
---|
public class NetricsMappedRecord : NetricsRecord |
C++ |
---|
ref class NetricsMappedRecord : NetricsRecord |
J# |
---|
public class NetricsMappedRecord extends NetricsRecord |
JScript |
---|
public class NetricsMappedRecord extends NetricsRecord |
Inheritance Hierarchy
System.Object
NetricsServerInterface.NetricsBaseRecord
NetricsServerInterface.NetricsRecord
NetricsServerInterface.NetricsMappedRecord
NetricsServerInterface.NetricsSearchResult
NetricsServerInterface.NetricsBaseRecord
NetricsServerInterface.NetricsRecord
NetricsServerInterface.NetricsMappedRecord
NetricsServerInterface.NetricsSearchResult
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.