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

Syntax

Visual Basic (Declaration)
Public Function getTotalBytes() As Integer
C#
public int getTotalBytes()
C++
public:
 int getTotalBytes() sealed 
J#
public int getTotalBytes()
JScript
public  function getTotalBytes() : int

Return Value

The total size of the table, all structures included (in kbytes). This is roughly the sum of the other statistics.

See Also