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