An array backed source for record operations.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class NetricsArrayRecOpSrc Implements NetricsRecOpSrc |
C# |
---|
public class NetricsArrayRecOpSrc : NetricsRecOpSrc |
C++ |
---|
ref class NetricsArrayRecOpSrc : NetricsRecOpSrc |
J# |
---|
public class NetricsArrayRecOpSrc implements NetricsRecOpSrc |
JScript |
---|
public class NetricsArrayRecOpSrc extends NetricsRecOpSrc |
Remarks
This is an implementation of the NetricsRecOpSrc interface. It provides for storing and returning a fixed number of record operations. It does not provide an open ended stream. Instead it provides a simple batch of records.
Inheritance Hierarchy
System.Object
NetricsServerInterface.NetricsArrayRecOpSrc
NetricsServerInterface.NetricsArrayRecOpSrc
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.