BackgroundWorkCost.CurrentBackgroundWorkCost Property

Definition

Retrieves a hint about resource availability for background tasks.

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

Property Value

A hint about background resource availability. A background task can use this hint to decide how much work to do when it is activated.

Applies to