FabricClient.ClusterManagementClient.GetFabricUpgradeProgressAsync メソッド

定義

オーバーロード

GetFabricUpgradeProgressAsync(TimeSpan, CancellationToken)

Service Fabric アップグレード プロセスの進行状況を返します。

GetFabricUpgradeProgressAsync()

Service Fabric アップグレード プロセスの進行状況を返します。

GetFabricUpgradeProgressAsync(TimeSpan, CancellationToken)

Service Fabric アップグレード プロセスの進行状況を返します。

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)

パラメーター

timeout
TimeSpan

Service Fabric が を返す前にこの操作を続行できる最大時間を定義する TimeoutException期間。

cancellationToken
CancellationToken

操作が監視しているキャンセル トークン。 操作を取り消す必要があることを示す通知を送信するために使用できます。 取り消しはアドバイザリであり、取り消しても操作が完了する可能性があることに注意してください。

戻り値

Service Fabric アップグレード プロセスの進行状況。

例外

オブジェクトは FabricClient 閉じた状態です。 使用しているオブジェクトを FabricClient 破棄し、新しい FabricClient オブジェクトをインスタンス化します。

適用対象

GetFabricUpgradeProgressAsync()

Service Fabric アップグレード プロセスの進行状況を返します。

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)

戻り値

Service Fabric アップグレード プロセスの進行状況。

例外

オブジェクトは FabricClient 閉じた状態です。 使用しているオブジェクトを FabricClient 破棄し、新しい FabricClient オブジェクトをインスタンス化します。

適用対象