BackgroundWorkCost.CurrentBackgroundWorkCost 属性

定义

检索有关后台任务的资源可用性的提示。

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

属性值

有关后台资源可用性的提示。 后台任务可以使用此提示来确定激活时要完成的工作量。

适用于