IPagedEnumerable<T>.GetPagedEnumerator Method

Definition

Returns an asynchronous enumerator that iterates through the paged collection.

public Microsoft.Azure.Batch.IPagedEnumerator<T> GetPagedEnumerator ();
abstract member GetPagedEnumerator : unit -> Microsoft.Azure.Batch.IPagedEnumerator<'T>
Public Function GetPagedEnumerator () As IPagedEnumerator(Of T)

Returns

The type of objects to enumerate.

Applies to