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

Syntax

Visual Basic (Declaration)
Public Function getNumRecs() As Integer _
    Implements INetricsTableStats.getNumRecs
C#
public int getNumRecs()
C++
public:
 int getNumRecs() sealed 
J#
public int getNumRecs()
JScript
public  function getNumRecs() : int

Return Value

The number of records currently in the table.

Implements

INetricsTableStats.getNumRecs

See Also