0 out of 1 rated this helpful - Rate this topic

ShellTileSchedule Class

July 26, 2012

Creates an object that allows an application to schedule updates of its Tile's background image. For more information about Tiles and Tile background images, see Tiles Overview for Windows Phone. For an example of how to use ShellTileSchedule, see How to: Schedule Tile Updates for Windows Phone.

System.Object
  Microsoft.Phone.Shell.ShellTileSchedule

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public class ShellTileSchedule
<ShellTileSchedule .../>

The ShellTileSchedule type exposes the following members.

  NameDescription
Public methodShellTileSchedule()Creates an instance of the ShellTileSchedule class.
Public methodShellTileSchedule(ShellTile)Initializes a new instance of the ShellTileSchedule class for the given ShellTile.
Top
  NameDescription
Public propertyIntervalSets the interval of how often the background image of the Tile is updated.
Public propertyMaxUpdateCountDefines the number of times that the schedule will run. If this value is not set or is set to a number less than 1, then the schedule will run indefinitely.
Public propertyRecurrenceDefines whether the schedule will be executed one time or multiple times. The recurrence values are defined in UpdateRecurrence.
Public propertyRemoteImageUriThe fully qualified URI of the background image.
Public propertyStartTimeDefines the start time of the schedule.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStartStarts the schedule.
Public methodStopCancels an existing Tile schedule.
Public methodToString (Inherited from Object.)
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.