C# Class BestFriendService.Service

Inheritance: XamlRenderingBackgroundTask
Mostrar archivo Open project: nmetulev/BestFriend

Protected Methods

Method Description
OnRun ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Method Description
GenerateWideIconWithCity ( string city ) : Task
OnTaskCanceled ( IBackgroundTaskInstance sender, BackgroundTaskCancellationReason reason ) : void
VoiceCommandCompleted ( VoiceCommandServiceConnection sender, VoiceCommandCompletedEventArgs args ) : void

Method Details

OnRun() protected method

protected OnRun ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
return void