C# 클래스 NotificationsUpdateAgent.ScheduledAgent

상속: ScheduledTaskAgent
파일 보기 프로젝트 열기: timothybinkley/Windows-Phone-8-In-Action

공개 메소드들

메소드 설명
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