Compartir a través de


BackgroundWorkCost.CurrentBackgroundWorkCost Propiedad

Definición

Recupera una sugerencia sobre la disponibilidad de recursos para las tareas en segundo plano.

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

Valor de propiedad

Sugerencia sobre la disponibilidad de recursos en segundo plano. Una tarea en segundo plano puede usar esta sugerencia para decidir cuánto trabajo hacer cuando se activa.

Se aplica a