Text file record source for loading data.


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

Syntax

Visual Basic (Declaration)
<GuidAttribute("9CDAA045-62A4-4376-B58D-FEEEF5E4CF7F")>
Public Class NetricsTextFileRecSrc
    Implements INetricsTextFileRecSrc, NetricsTableRecSrc, IDisposable
C#
[GuidAttribute("9CDAA045-62A4-4376-B58D-FEEEF5E4CF7F")]
public class NetricsTextFileRecSrc : INetricsTextFileRecSrc, NetricsTableRecSrc, IDisposable
C++
[GuidAttribute(L"9CDAA045-62A4-4376-B58D-FEEEF5E4CF7F")]
ref class NetricsTextFileRecSrc : INetricsTextFileRecSrc, NetricsTableRecSrc, IDisposable
J#
/** @attribute GuidAttribute("9CDAA045-62A4-4376-B58D-FEEEF5E4CF7F") */
public class NetricsTextFileRecSrc implements INetricsTextFileRecSrc, NetricsTableRecSrc, IDisposable
JScript
public 
   GuidAttribute("9CDAA045-62A4-4376-B58D-FEEEF5E4CF7F")
class NetricsTextFileRecSrc extends INetricsTextFileRecSrc, NetricsTableRecSrc, IDisposable

Inheritance Hierarchy

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