Click or drag to resize
ReadOnlyCollectionPageT Class
This API is preliminary and subject to change.
Provides the base class for a generic read-only collection representing a single page within a paginated collection.
Inheritance Hierarchy

Namespace: net.openstack.Core.Collections
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public abstract class ReadOnlyCollectionPage<T> : ReadOnlyCollection<T>

Type Parameters

T
The type of elements in the collection.

The ReadOnlyCollectionPageT type exposes the following members.

Methods
  NameDescription
Public methodGetNextPageAsync
Gets the next page in the paginated collection.
Top
Extension Methods
  NameDescription
Public Extension MethodGetAllPagesT
Get all pages in a paginated collection.
(Defined by ReadOnlyCollectionPageSynchronousExtensions.)
Public Extension MethodGetAllPagesAsyncT(CancellationToken, IProgressReadOnlyCollectionPageT)Overloaded.
Get all pages in a paginated collection.
(Defined by ReadOnlyCollectionPageExtensions.)
Public Extension MethodGetAllPagesAsyncT(CancellationToken, IProgressReadOnlyCollectionPageUTT)Overloaded.
Get all pages in a paginated collection.
(Defined by ReadOnlyCollectionPageExtensions.)
Public Extension MethodGetNextPageT
Gets the next page in the paginated collection.
(Defined by ReadOnlyCollectionPageSynchronousExtensions.)
Top
Properties
  NameDescription
Public propertyCanHaveNextPage
Gets a value indicating whether another page of results may follow the current page.
Public propertyStatic memberEmpty
Gets an empty page from a paginated collection.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also