TileUpdater.StartPeriodicUpdate(Uri, DateTime, PeriodicUpdateRecurrence) | startPeriodicUpdate(Uri, DateTime, PeriodicUpdateRecurrence) method
Begins a series of timed updates for the tile that the updater is bound to. Update content is retrieved from a specified Uniform Resource Identifier (URI). Updates begin at a specified time.
Syntax
tileUpdater.startPeriodicUpdate(tileContent, startTime, requestedInterval);
Parameters
- tileContent
-
Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]
The URI from which the XML content of the tile update will be retrieved.
- startTime
-
Type: Date [JavaScript] | System.DateTimeOffset [.NET] | Windows::Foundation::DateTime [C++]
The time at which the URI should first be polled for new tile content.
- requestedInterval
-
Type: PeriodicUpdateRecurrence
The frequency with which the URI is polled for new tile content, following the initial update at startTime.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- TileUpdater
- StartPeriodicUpdate(Uri, PeriodicUpdateRecurrence)
- How to set up periodic notifications for tiles
- Guidelines and checklist for periodic notifications
- App tiles and badges sample
- Quickstart: Sending a tile update
- Tile and tile notification overview
- The tile template catalog
- Guidelines and checklist for tiles
- How to schedule a tile notification
- How to set up periodic notifications for tiles
- Tiles XML schema
Build date: 12/4/2012
