Partager via


IRefreshable.RefreshAsync Méthode

Définition

Commence l’appel asynchrone pour actualiser l’objet actuel.

public System.Threading.Tasks.Task RefreshAsync (Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RefreshAsync : Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RefreshAsync (Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

detailLevel
DetailLevel

Contrôle le niveau de détail des données retournées par un appel au service Azure Batch. Si un niveau de détail qui omet la propriété « Name » est spécifié, l’actualisation échoue.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Collection d’instances BatchClientBehavior appliquées après customBehaviors sur l’objet actuel.

cancellationToken
CancellationToken

CancellationToken pour contrôler la durée de vie de l’opération asynchrone.

Retours

Objet Task qui représente l’opération asynchrone.

S’applique à