Reset the scan of record back to the beginning.


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

Syntax

Visual Basic (Declaration)
Public Sub reset() _
    Implements NetricsRecOpSrc.reset
C#
public void reset()
C++
public:
 void reset() sealed 
J#
public void reset()
JScript
public  function reset()

Implements

NetricsRecOpSrc.reset

Remarks

This resets the scan of records back to the initial state. After this call there is no current record and getNext will retrieve the first record.

See Also