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