Share via


DeployedServicePackagePagedList Class

Definition

Represents the list of DeployedServicePackage. Paged lists consist of the return results it holds (a list), along with a continuation token which may be used to access subsequent pages.

public sealed class DeployedServicePackagePagedList : System.Fabric.Query.PagedList<System.Fabric.Query.DeployedServicePackage>
type DeployedServicePackagePagedList = class
    inherit PagedList<DeployedServicePackage>
Public NotInheritable Class DeployedServicePackagePagedList
Inherits PagedList(Of DeployedServicePackage)
Inheritance
DeployedServicePackagePagedList

Remarks

If there is a subsequent page, the continuation token provided in this object can be used to access it. For continuation token usage instructions, see ContinuationToken.

Constructors

DeployedServicePackagePagedList()

Properties

ContinuationToken (Inherited from PagedList<T>)
Count (Inherited from PagedList<T>)
IsReadOnly (Inherited from PagedList<T>)
Item[Int32] (Inherited from PagedList<T>)

Methods

Add(T) (Inherited from PagedList<T>)
Clear() (Inherited from PagedList<T>)
Contains(T) (Inherited from PagedList<T>)
CopyTo(T[], Int32) (Inherited from PagedList<T>)
GetEnumerator() (Inherited from PagedList<T>)
IndexOf(T) (Inherited from PagedList<T>)
Insert(Int32, T) (Inherited from PagedList<T>)
Items() (Inherited from PagedList<T>)
Remove(T) (Inherited from PagedList<T>)
RemoveAt(Int32) (Inherited from PagedList<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from PagedList<T>)

Extension Methods

ToArray<T>(PagedList<T>)

Applies to