PeriodicUpdateRecurrence enumeration
Specifies the time period for subsequent polls of the tile or badge data source for new content. Used by BadgeUpdater.StartPeriodicUpdate, TileUpdater.StartPeriodicUpdate, and TileUpdater.StartPeriodicUpdateBatch.
Syntax
var value = Windows.UI.Notifications.PeriodicUpdateRecurrence.halfHour;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The PeriodicUpdateRecurrence enumeration has these members.
| Member | Value | Description |
|---|---|---|
| HalfHour | halfHour | 0 |
Poll every half an hour. |
| Hour | hour | 1 |
Poll every hour. |
| SixHours | sixHours | 2 |
Poll every 6 hours. |
| TwelveHours | twelveHours | 3 |
Poll every 12 hours. |
| Daily | daily | 4 |
Poll once a day. |
Remarks
Windows can delay the polling of your URL by up to 15 minutes if necessary to optimize power and performance.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- BadgeUpdater.startPeriodicUpdate
- TileUpdater.startPeriodicUpdate
- How to set up periodic notifications for tiles
- How to set up periodic notifications for badges
- Choosing a notification delivery method
Build date: 12/4/2012
