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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
LaunchAppInForeground ( ) : void
OnTaskCanceled ( IBackgroundTaskInstance sender, BackgroundTaskCancellationReason reason ) : void
SendRainAt ( string when ) : void
SendRainIn ( string when ) : void
SendTemperatureAt ( string when ) : void
SendTemperatureIn ( CitySettingsModel where ) : void
SendWeatherForecastAt ( string when ) : void
SendWeatherForecastIn ( CitySettingsModel where ) : void
VoiceCommandCompleted ( VoiceCommandServiceConnection sender, VoiceCommandCompletedEventArgs args ) : void

메소드 상세

Run() 공개 메소드

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