Sets the number of records to skip before the next batch is retrieved.


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

Syntax

Visual Basic (Declaration)
Public Sub setSkipCount( _ 
   ByVal count As Integer _ 
)
C#
public void setSkipCount(
   int count
)
C++
public:
 void setSkipCount(
   int count
) sealed 
J#
public void setSkipCount(
   int count
)
JScript
public  function setSkipCount(
   count : int
)

Parameters

count
Number of records to skip. Values less than zero are treated as zero.

Remarks

Skip count is reset to zero when a batch is retrieved.

See Also