MaintenanceTrigger.MaintenanceTrigger constructor
Initializes a new instance of a maintenance trigger.
Syntax
var maintenanceTrigger = new Windows.ApplicationModel.Background.MaintenanceTrigger(freshnessTime, oneShot);
Parameters
- freshnessTime
-
Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]
The number of minutes to wait before scheduling the background task. The system schedules the task within 15 minutes after freshnessTime elapses.
- oneShot
-
Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]
True if the maintenance trigger is used once; false if it is used each time the freshnessTime interval elapses.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
