C# Class Com.Aurora.AuWeather.Background.CortanaCommandService

Inheritance: IBackgroundTask
显示文件 Open project: aurora-lzzp/Aurora-Weather

Public Methods

Method Description
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Method Description
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

Method Details

Run() public method

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
return void