C# Class NotificationsUpdateAgent.ScheduledAgent

Inheritance: ScheduledTaskAgent
ファイルを表示 Open project: timothybinkley/Windows-Phone-8-In-Action

Public Methods

Method Description
UpdateDefaultTile ( ) : void

Update the default Live Tile and by extension the lock screen with the count of notifications remaining in the day, and the title of the next notification.

Protected Methods

Method Description
OnInvoke ( ScheduledTask task ) : void

Agent that runs a scheduled task

This method is called when a periodic or resource intensive task is invoked

Private Methods

Method Description
ScheduledAgent ( ) : System ScheduledAgent constructor, initializes the UnhandledException handler
UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

Method Details

OnInvoke() protected method

Agent that runs a scheduled task
This method is called when a periodic or resource intensive task is invoked
protected OnInvoke ( ScheduledTask task ) : void
task ScheduledTask /// The invoked task ///
return void

UpdateDefaultTile() public static method

Update the default Live Tile and by extension the lock screen with the count of notifications remaining in the day, and the title of the next notification.
public static UpdateDefaultTile ( ) : void
return void