FabricClient.QueryClient.GetNodePagedListAsync 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
GetNodePagedListAsync() | |
GetNodePagedListAsync(NodeQueryDescription) | |
GetNodePagedListAsync(NodeQueryDescription, TimeSpan, CancellationToken) |
GetNodePagedListAsync()
public System.Threading.Tasks.Task<System.Fabric.Query.NodeList> GetNodePagedListAsync();
member this.GetNodePagedListAsync : unit -> System.Threading.Tasks.Task<System.Fabric.Query.NodeList>
Public Function GetNodePagedListAsync () As Task(Of NodeList)
Returns
System.Threading.Tasks.Task<NodeList>
Applies to
GetNodePagedListAsync(NodeQueryDescription)
public System.Threading.Tasks.Task<System.Fabric.Query.NodeList> GetNodePagedListAsync(System.Fabric.Description.NodeQueryDescription queryDescription);
member this.GetNodePagedListAsync : System.Fabric.Description.NodeQueryDescription -> System.Threading.Tasks.Task<System.Fabric.Query.NodeList>
Public Function GetNodePagedListAsync (queryDescription As NodeQueryDescription) As Task(Of NodeList)
Parameters
- queryDescription
- NodeQueryDescription
Returns
System.Threading.Tasks.Task<NodeList>
Applies to
GetNodePagedListAsync(NodeQueryDescription, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<System.Fabric.Query.NodeList> GetNodePagedListAsync(System.Fabric.Description.NodeQueryDescription queryDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetNodePagedListAsync : System.Fabric.Description.NodeQueryDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.NodeList>
Public Function GetNodePagedListAsync (queryDescription As NodeQueryDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of NodeList)
Parameters
- queryDescription
- NodeQueryDescription
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<NodeList>