FabricClient.ClusterManagementClient.ResetPartitionLoadAsync 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
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
Azure SDK for .NET