你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FabricClient.QueryClient.GetPartitionListAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetPartitionListAsync(Uri, Nullable<Guid>, TimeSpan, CancellationToken) |
获取服务的所有分区的详细信息或仅获取指定分区的详细信息。 如果分区不适合页面,则返回一页结果以及可用于获取下一页的继续标记。 |
GetPartitionListAsync(Uri, Nullable<Guid>, String, TimeSpan, CancellationToken) |
获取服务的所有分区的详细信息或仅获取指定分区的详细信息。 如果分区不适合页面,则返回一页结果以及可用于获取下一页的继续标记。 |
GetPartitionListAsync(Uri) |
获取服务的所有分区的详细信息。 如果分区不适合页面,则返回一页结果以及可用于获取下一页的继续标记。 |
GetPartitionListAsync(Uri, Nullable<Guid>) |
获取服务的所有分区的详细信息或仅获取指定分区的详细信息。 如果分区不适合页面,则返回一页结果以及可用于获取下一页的继续标记。 |
GetPartitionListAsync(Uri, String) |
获取服务的所有分区的详细信息。 如果分区不适合页面,则返回一页结果以及可用于获取下一页的继续标记。 |
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)
参数
- serviceName
- Uri
服务的名称。
- timeout
- TimeSpan
指定此操作在超时之前必须完成的持续时间。
- cancellationToken
- CancellationToken
传播有关应取消操作的通知。
返回
表示异步查询操作的任务。
返回的任务包含作为 ServicePartitionList的分区列表。
例外
有关处理常见 FabricClient 故障,请参阅 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 。
有关处理常见 FabricClient 故障,请参阅 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 。
另 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 请参阅处理常见的 FabricClient 故障。
适用于
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)
参数
- serviceName
- Uri
服务的名称。
- continuationToken
- String
从上一个查询获取的继续标记。 此值可以传递到此查询,以从最后一个查询中断的位置开始。 不传递继续标记意味着返回的结果从第一页开始。
- timeout
- TimeSpan
指定此操作在超时之前必须完成的持续时间。
- cancellationToken
- CancellationToken
传播应取消操作的通知。
返回
表示异步操作的任务。
返回的任务包含作为 ServicePartitionList的分区列表。
例外
有关处理常见 FabricClient 故障,请参阅 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 。
有关处理常见 FabricClient 故障,请参阅 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 。
另 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 请参阅处理常见的 FabricClient 故障。
适用于
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)
参数
- serviceName
- Uri
要为其获取分区的服务的名称。
返回
表示异步查询操作的任务。
返回的任务包含作为 ServicePartitionList的分区列表。
例外
有关处理常见 FabricClient 故障,请参阅 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 。
此操作的超时时间为 60 秒。
有关处理常见 FabricClient 故障,请参阅 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 。
另 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 请参阅处理常见的 FabricClient 故障。
适用于
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)
参数
- serviceName
- Uri
服务的名称。
返回
表示异步查询操作的任务。
返回的任务包含作为 ServicePartitionList的分区列表。
例外
有关处理常见 FabricClient 故障,请参阅 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 。
此操作的超时时间为 60 秒。
有关处理常见 FabricClient 故障,请参阅 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 。
另 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 请参阅处理常见的 FabricClient 故障。
适用于
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)
参数
- serviceName
- Uri
服务的名称。
- continuationToken
- String
从上一个查询获取的继续标记。 此值可以传递到此查询,以从最后一个查询中断的位置开始。 不传递继续标记意味着返回的结果从第一页开始。
返回
表示异步操作的任务。
返回的任务包含作为 ServicePartitionList的分区列表。
例外
有关处理常见 FabricClient 故障,请参阅 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 。
此操作的超时时间为 60 秒。
有关处理常见 FabricClient 故障,请参阅 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 。
另 https://docs.microsoft.com/azure/service-fabric/service-fabric-errors-and-exceptions 请参阅处理常见的 FabricClient 故障。