Reset the source to the first record.


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

Syntax

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

Implements

NetricsBaseRecSrc.reset

Remarks

Not all record sources may support this operation.

See Also