Text file record source for loading data.


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

Syntax

Visual Basic (Declaration)
Public Class NetricsTextFileRecSrc
    Inherits NetricsTableRecSrc
    Implements IDisposable
C#
public class NetricsTextFileRecSrc : NetricsTableRecSrc, IDisposable
C++
ref class NetricsTextFileRecSrc : NetricsTableRecSrc, IDisposable
J#
public class NetricsTextFileRecSrc extends NetricsTableRecSrc implements IDisposable
JScript
public class NetricsTextFileRecSrc extends NetricsTableRecSrc, IDisposable

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsTableRecSrc
      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.

See Also