C# Класс NotificationsUpdateAgent.ScheduledAgent

Наследование: ScheduledTaskAgent
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
OnInvoke ( ScheduledTask task ) : void

Agent that runs a scheduled task

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

Приватные методы

Метод Описание
ScheduledAgent ( ) : System ScheduledAgent constructor, initializes the UnhandledException handler
UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

Описание методов

OnInvoke() защищенный Метод

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 ///
Результат void

UpdateDefaultTile() публичный статический Метод

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
Результат void