共用方式為


MaintenanceTrigger(UInt32, Boolean) 建構函式

定義

初始化維護觸發程式的新實例。

public:
 MaintenanceTrigger(unsigned int freshnessTime, bool oneShot);
 MaintenanceTrigger(uint32_t const& freshnessTime, bool const& oneShot);
public MaintenanceTrigger(uint freshnessTime, bool oneShot);
function MaintenanceTrigger(freshnessTime, oneShot)
Public Sub New (freshnessTime As UInteger, oneShot As Boolean)

參數

freshnessTime
UInt32

unsigned int

uint32_t

排程背景工作之前要等候的分鐘數。 系統會在 freshnessTime 經過 15 分鐘內排程工作。

oneShot
Boolean

bool

如果維護觸發程式使用一次,則為 True;如果每次 freshnessTime 間隔經過時都會使用,則為 false。

適用於