Return the amount of memory in Kilo-Bytes used by the associated GIP indexes.


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

Syntax

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

Implements

INetricsIdxStats.GipKBytes

See Also