FabricClient.ClusterManagementClient.RecoverSystemPartitionsAsync 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
RecoverSystemPartitionsAsync()
public System.Threading.Tasks.Task RecoverSystemPartitionsAsync();
member this.RecoverSystemPartitionsAsync : unit -> System.Threading.Tasks.Task
Public Function RecoverSystemPartitionsAsync () As Task
Returns
System.Threading.Tasks.Task
Applies to
RecoverSystemPartitionsAsync(TimeSpan, CancellationToken)
public System.Threading.Tasks.Task RecoverSystemPartitionsAsync(TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.RecoverSystemPartitionsAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RecoverSystemPartitionsAsync (timeout As TimeSpan, cancellationToken As CancellationToken) As Task
Parameters
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task