Compartir a través de


FabricClient.ClusterManagementClient.GetClusterConfigurationUpgradeStatusAsync Método

Definición

Sobrecargas

GetClusterConfigurationUpgradeStatusAsync(TimeSpan, CancellationToken)

Obtiene el estado de una actualización en curso.

GetClusterConfigurationUpgradeStatusAsync(TimeSpan)

Obtiene el estado de una actualización en curso.

GetClusterConfigurationUpgradeStatusAsync()

Obtiene el estado de una actualización en curso.

GetClusterConfigurationUpgradeStatusAsync(CancellationToken)

Obtiene el estado de una actualización en curso.

GetClusterConfigurationUpgradeStatusAsync(TimeSpan, CancellationToken)

Obtiene el estado de una actualización en curso.

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)

Parámetros

timeout
TimeSpan

El intervalo de tiempo que define la cantidad máxima de tiempo que Service Fabric permitirá que esta operación continúe antes de devolver .TimeoutException

cancellationToken
CancellationToken

Token de cancelación que observa la operación. Se puede usar para enviar una notificación de que se debe cancelar la operación. Tenga en cuenta que la cancelación es un aviso y que la operación todavía se puede completar aunque se cancele.

Devoluciones

FabricOrchestrationUpgradeProgress

Se aplica a

GetClusterConfigurationUpgradeStatusAsync(TimeSpan)

Obtiene el estado de una actualización en curso.

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)

Parámetros

timeout
TimeSpan

El intervalo de tiempo que define la cantidad máxima de tiempo que Service Fabric permitirá que esta operación continúe antes de devolver .TimeoutException

Devoluciones

FabricOrchestrationUpgradeProgress

Se aplica a

GetClusterConfigurationUpgradeStatusAsync()

Obtiene el estado de una actualización en curso.

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)

Devoluciones

FabricOrchestrationUpgradeProgress

Se aplica a

GetClusterConfigurationUpgradeStatusAsync(CancellationToken)

Obtiene el estado de una actualización en curso.

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)

Parámetros

cancellationToken
CancellationToken

Devoluciones

FabricOrchestrationUpgradeProgress

Se aplica a