Generic interface for reading record operations.


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

Syntax

Visual Basic (Declaration)
Public Interface NetricsRecOpSrc
C#
public interface NetricsRecOpSrc
C++
interface class NetricsRecOpSrc
J#
public interface NetricsRecOpSrc
JScript
public interface NetricsRecOpSrc

Types that implement NetricsRecOpSrc

TypeDescription
NetricsServerInterface.NetricsArrayRecOpSrcAn array backed source for record operations.

See Also