C# Class BuildIt.Media.BaseCortanaBackgroundTask

Datei anzeigen Open project: builttoroam/BuildIt

Public Properties

Property Type Description
VoiceServiceConnection VoiceCommandServiceConnection

Private Properties

Property Type Description
CortanaHelpList System.Threading.Tasks.Task
CortanaList Task
LaunchAppInForeground System.Threading.Tasks.Task
OnTaskCanceled void
OnVoiceCommandCompleted void
ShowProgressScreen System.Threading.Tasks.Task

Public Methods

Method Description
Run ( IBackgroundTaskInstance taskInstance, VoiceCommandServiceConnection vsc ) : Task
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Method Description
CortanaHelpList ( ) : System.Threading.Tasks.Task
CortanaList ( List destContentTiles, List commandList, List commentList, int cmdsTook, int cmdCountingNo ) : Task
LaunchAppInForeground ( ) : System.Threading.Tasks.Task
OnTaskCanceled ( IBackgroundTaskInstance sender, BackgroundTaskCancellationReason reason ) : void
OnVoiceCommandCompleted ( VoiceCommandServiceConnection sender, VoiceCommandCompletedEventArgs args ) : void
ShowProgressScreen ( ) : System.Threading.Tasks.Task

Method Details

Run() public method

public Run ( IBackgroundTaskInstance taskInstance, VoiceCommandServiceConnection vsc ) : Task
taskInstance IBackgroundTaskInstance
vsc VoiceCommandServiceConnection
return Task

Run() public method

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

Property Details

VoiceServiceConnection public_oe property

public VoiceCommandServiceConnection VoiceServiceConnection
return VoiceCommandServiceConnection