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)
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
- System.Guid
Returns
System.Threading.Tasks.Task
Applies to
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
Parameters
- partitionId
- System.Guid
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task