Edit

Share via


ISchedulerRowEnumerator.GetRows(Int32) Method

Definition

Retrieves one or more rows from the enumerator.

public Microsoft.Hpc.Scheduler.Properties.PropertyRowSet GetRows (int numberOfRows);
abstract member GetRows : int -> Microsoft.Hpc.Scheduler.Properties.PropertyRowSet
Public Function GetRows (numberOfRows As Integer) As PropertyRowSet

Parameters

numberOfRows
Int32

The number of rows to retrieve from the enumerator.

Returns

An PropertyRowSet object that contains the rows from the enumerator.

Applies to