Gets count of records currently processed.


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

Syntax

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

See Also