Share via


FabricClient.ClusterManagementClient.GetFabricUpgradeProgressAsync Method

Definition

Overloads

GetFabricUpgradeProgressAsync(TimeSpan, CancellationToken)

public System.Threading.Tasks.Task<System.Fabric.FabricUpgradeProgress> GetFabricUpgradeProgressAsync(TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetFabricUpgradeProgressAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.FabricUpgradeProgress>
Public Function GetFabricUpgradeProgressAsync (timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of FabricUpgradeProgress)

Parameters

timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task<FabricUpgradeProgress>

Applies to

GetFabricUpgradeProgressAsync()

public System.Threading.Tasks.Task<System.Fabric.FabricUpgradeProgress> GetFabricUpgradeProgressAsync();
member this.GetFabricUpgradeProgressAsync : unit -> System.Threading.Tasks.Task<System.Fabric.FabricUpgradeProgress>
Public Function GetFabricUpgradeProgressAsync () As Task(Of FabricUpgradeProgress)

Returns

System.Threading.Tasks.Task<FabricUpgradeProgress>

Applies to