PeriodicUpdateRecurrence
PeriodicUpdateRecurrence
PeriodicUpdateRecurrence
PeriodicUpdateRecurrence
Enum
Definition
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.
public : enum class PeriodicUpdateRecurrencepublic enum PeriodicUpdateRecurrencePublic Enum PeriodicUpdateRecurrence// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Daily Daily Daily Daily | Poll once a day. |
| HalfHour HalfHour HalfHour HalfHour | Poll every half an hour. |
| Hour Hour Hour Hour | Poll every hour. |
| SixHours SixHours SixHours SixHours | Poll every 6 hours. |
| TwelveHours TwelveHours TwelveHours TwelveHours | Poll every 12 hours. |
Remarks
Windows can delay the polling of your URL by up to 15 minutes if necessary to optimize power and performance.