你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FabricClient.ClusterManagementClient.ResetPartitionLoadAsync 方法

定义

重载

ResetPartitionLoadAsync(Guid)

重置给定分区的负载

ResetPartitionLoadAsync(Guid, TimeSpan, CancellationToken)

重置给定分区的负载

ResetPartitionLoadAsync(Guid)

重置给定分区的负载

public System.Threading.Tasks.Task ResetPartitionLoadAsync (Guid partitionId);
member this.ResetPartitionLoadAsync : Guid -> System.Threading.Tasks.Task
Public Function ResetPartitionLoadAsync (partitionId As Guid) As Task

参数

partitionId
Guid

表示为 Guid 的分区 ID

返回

与此异步方法关联的任务。

适用于

ResetPartitionLoadAsync(Guid, TimeSpan, CancellationToken)

重置给定分区的负载

public System.Threading.Tasks.Task ResetPartitionLoadAsync (Guid partitionId, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.ResetPartitionLoadAsync : Guid * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ResetPartitionLoadAsync (partitionId As Guid, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

参数

partitionId
Guid

表示为 Guid 的分区 ID

timeout
TimeSpan

异步方法必须完成才能使方法不超时的时间长度。

cancellationToken
CancellationToken

此方法的取消标记。

返回

与此异步方法关联的任务。

适用于