Used to load data into the Netrics server.


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

Syntax

Visual Basic (Declaration)
<GuidAttribute("D95E8328-5587-4096-8996-4D98153F0FF2")>
Public Class NetricsTable
    Implements INetricsTable
C#
[GuidAttribute("D95E8328-5587-4096-8996-4D98153F0FF2")]
public class NetricsTable : INetricsTable
C++
[GuidAttribute(L"D95E8328-5587-4096-8996-4D98153F0FF2")]
ref class NetricsTable : INetricsTable
J#
/** @attribute GuidAttribute("D95E8328-5587-4096-8996-4D98153F0FF2") */
public class NetricsTable implements INetricsTable
JScript
public 
   GuidAttribute("D95E8328-5587-4096-8996-4D98153F0FF2")
class NetricsTable extends INetricsTable

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsTable

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