This topic has not yet been rated - Rate this topic

MaintenanceTrigger.FreshnessTime | freshnessTime property

Gets the interval of a maintenance trigger.

Syntax


var freshnessTime = maintenanceTrigger.freshnessTime;

Property value

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Background
Windows::ApplicationModel::Background [C++]

Metadata

Windows.winmd

See also

MaintenanceTrigger

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.