FabricClient.QueryClient.GetDeployedApplicationPagedListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetDeployedApplicationPagedListAsync(PagedDeployedApplicationQueryDescription, TimeSpan, CancellationToken) | |
GetDeployedApplicationPagedListAsync(PagedDeployedApplicationQueryDescription) |
GetDeployedApplicationPagedListAsync(PagedDeployedApplicationQueryDescription, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<System.Fabric.Query.DeployedApplicationPagedList> GetDeployedApplicationPagedListAsync(System.Fabric.Description.PagedDeployedApplicationQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetDeployedApplicationPagedListAsync : System.Fabric.Description.PagedDeployedApplicationQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedApplicationPagedList>
Public Function GetDeployedApplicationPagedListAsync (queryDescription As PagedDeployedApplicationQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of DeployedApplicationPagedList)
Parameters
- queryDescription
- PagedDeployedApplicationQueryDescription
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<DeployedApplicationPagedList>
Applies to
GetDeployedApplicationPagedListAsync(PagedDeployedApplicationQueryDescription)
public System.Threading.Tasks.Task<System.Fabric.Query.DeployedApplicationPagedList> GetDeployedApplicationPagedListAsync(System.Fabric.Description.PagedDeployedApplicationQueryDescription queryDescription);
member this.GetDeployedApplicationPagedListAsync : System.Fabric.Description.PagedDeployedApplicationQueryDescription -> System.Threading.Tasks.Task<System.Fabric.Query.DeployedApplicationPagedList>
Public Function GetDeployedApplicationPagedListAsync (queryDescription As PagedDeployedApplicationQueryDescription) As Task(Of DeployedApplicationPagedList)
Parameters
- queryDescription
- PagedDeployedApplicationQueryDescription
Returns
System.Threading.Tasks.Task<DeployedApplicationPagedList>