C# 클래스 Com.Aurora.AuWeather.Background.BackgroundTask

상속: IBackgroundTask
파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather

공개 메소드들

메소드 설명
InstantUpdateSecondary ( TileContent content ) : void
Run ( IBackgroundTaskInstance taskInstance ) : void

비공개 메소드들

메소드 설명
Init ( SettingsModel settings, CitySettingsModel currentCity ) : System.Threading.Tasks.Task

메소드 상세

InstantUpdateSecondary() 공개 메소드

public InstantUpdateSecondary ( TileContent content ) : void
content NotificationsExtensions.Tiles.TileContent
리턴 void

Run() 공개 메소드

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
리턴 void