NOTE: This interface is now obsolete.


Only for COM interoperability. See NetricsTable.


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

Syntax

Visual Basic (Declaration)
<GuidAttribute("769B92A3-E26E-4962-A834-B0C5C002626C")>
Public Interface INetricsTable
C#
[GuidAttribute("769B92A3-E26E-4962-A834-B0C5C002626C")]
public interface INetricsTable
C++
[GuidAttribute(L"769B92A3-E26E-4962-A834-B0C5C002626C")]
interface class INetricsTable
J#
/** @attribute GuidAttribute("769B92A3-E26E-4962-A834-B0C5C002626C") */
public interface INetricsTable
JScript
public 
   GuidAttribute("769B92A3-E26E-4962-A834-B0C5C002626C")
interface INetricsTable

Types that implement INetricsTable

TypeDescription
NetricsServerInterface.NetricsTableUsed to load data into the Netrics server.

See Also