Dela via


FabricClient.ClusterManagementClient.ResetPartitionLoadAsync Method

Definition

Overloads

ResetPartitionLoadAsync(Guid)

Resets a given partition's load

ResetPartitionLoadAsync(Guid, TimeSpan, CancellationToken)

Resets a given partition's load

ResetPartitionLoadAsync(Guid)

Resets a given partition's load

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

Parameters

partitionId
Guid

The partition Id represented as a Guid

Returns

The task associated with this async method.

Applies to

ResetPartitionLoadAsync(Guid, TimeSpan, CancellationToken)

Resets a given partition's load

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

Parameters

partitionId
Guid

The partition Id represented as a Guid

timeout
TimeSpan

The length of time within which the async method must complete in order for the method to not time out.

cancellationToken
CancellationToken

A cancellation token for this method.

Returns

The task associated with this async method.

Applies to