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