Share via


BackgroundWorkCost.CurrentBackgroundWorkCost Proprietà

Definizione

Recupera un suggerimento sulla disponibilità delle risorse per le attività in background.

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

Valore della proprietà

Suggerimento sulla disponibilità delle risorse in background. Un'attività in background può usare questo hint per decidere la quantità di lavoro da eseguire quando viene attivata.

Si applica a