BackgroundWorkCost.CurrentBackgroundWorkCost Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère un indicateur sur la disponibilité des ressources pour les tâches en arrière-plan.
public:
static property BackgroundWorkCostValue CurrentBackgroundWorkCost { BackgroundWorkCostValue get(); };
static BackgroundWorkCostValue CurrentBackgroundWorkCost();
public static BackgroundWorkCostValue CurrentBackgroundWorkCost { get; }
var backgroundWorkCostValue = BackgroundWorkCost.currentBackgroundWorkCost;
Public Shared ReadOnly Property CurrentBackgroundWorkCost As BackgroundWorkCostValue
Valeur de propriété
Conseil sur la disponibilité des ressources en arrière-plan. Une tâche en arrière-plan peut utiliser cet indicateur pour décider de la quantité de travail à effectuer lorsqu’elle est activée.