Gets the number of records to skip before the next batch is retrieved.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function getSkipCount() As Integer |
| C# |
|---|
| public int getSkipCount() |
| C++ |
|---|
| public: int getSkipCount() sealed |
| J# |
|---|
| public int getSkipCount() |
| JScript |
|---|
| public function getSkipCount() : int |
Return Value
Number of records to skip.
Remarks
Skip count is reset to zero when a batch is retrieved.