ISchedulerRowEnumerator Interface

Definition

Contains the methods used to retrieve rows from the enumerator.

public interface ISchedulerRowEnumerator : IDisposable, System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.Properties.PropertyRow>
type ISchedulerRowEnumerator = interface
    interface seq<PropertyRow>
    interface IEnumerable
    interface IDisposable
Public Interface ISchedulerRowEnumerator
Implements IDisposable, IEnumerable(Of PropertyRow)
Implements

Methods

GetRows(Int32)

Retrieves one or more rows from the enumerator.

Applies to