Reset the scan of records back to the beginning.


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

Syntax

Visual Basic (Declaration)
Sub reset()
C#
void reset()
C++
void reset() abstract 
J#
void reset()
JScript
function 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. Support for this method is optional. If it is not supported the canReset method should return false and a call to this method should throw a NotSupportedException.

See Also