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.
|
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 |
Method | Description | |
---|---|---|
ScheduledAgent ( ) : System | ScheduledAgent constructor, initializes the UnhandledException handler | |
UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void |
protected OnInvoke ( ScheduledTask task ) : void | ||
task | ScheduledTask | /// The invoked task /// |
return | void |