FabricClient.QueryClient.GetPartitionListAsync 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
GetPartitionListAsync(Uri, Nullable<Guid>, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList> GetPartitionListAsync(Uri serviceName, Guid? partitionIdFilter, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetPartitionListAsync : Uri * Nullable<Guid> * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList>
Public Function GetPartitionListAsync (serviceName As Uri, partitionIdFilter As Nullable(Of Guid), timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ServicePartitionList)
Parameters
- serviceName
- System.Uri
- partitionIdFilter
- System.Nullable<System.Guid>
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<ServicePartitionList>
Applies to
GetPartitionListAsync(Uri, Nullable<Guid>, String, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList> GetPartitionListAsync(Uri serviceName, Guid? partitionIdFilter, string continuationToken, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetPartitionListAsync : Uri * Nullable<Guid> * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList>
Public Function GetPartitionListAsync (serviceName As Uri, partitionIdFilter As Nullable(Of Guid), continuationToken As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ServicePartitionList)
Parameters
- serviceName
- System.Uri
- partitionIdFilter
- System.Nullable<System.Guid>
- continuationToken
- System.String
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<ServicePartitionList>
Applies to
GetPartitionListAsync(Uri)
public System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList> GetPartitionListAsync(Uri serviceName);
member this.GetPartitionListAsync : Uri -> System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList>
Public Function GetPartitionListAsync (serviceName As Uri) As Task(Of ServicePartitionList)
Parameters
- serviceName
- System.Uri
Returns
System.Threading.Tasks.Task<ServicePartitionList>
Applies to
GetPartitionListAsync(Uri, Nullable<Guid>)
public System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList> GetPartitionListAsync(Uri serviceName, Guid? partitionIdFilter);
member this.GetPartitionListAsync : Uri * Nullable<Guid> -> System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList>
Public Function GetPartitionListAsync (serviceName As Uri, partitionIdFilter As Nullable(Of Guid)) As Task(Of ServicePartitionList)
Parameters
- serviceName
- System.Uri
- partitionIdFilter
- System.Nullable<System.Guid>
Returns
System.Threading.Tasks.Task<ServicePartitionList>
Applies to
GetPartitionListAsync(Uri, String)
public System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList> GetPartitionListAsync(Uri serviceName, string continuationToken);
member this.GetPartitionListAsync : Uri * string -> System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList>
Public Function GetPartitionListAsync (serviceName As Uri, continuationToken As String) As Task(Of ServicePartitionList)
Parameters
- serviceName
- System.Uri
- continuationToken
- System.String
Returns
System.Threading.Tasks.Task<ServicePartitionList>