C# Class BackgroundTaskComponent.ToastNotificationBackgroundTask

Inheritance: IBackgroundTask
Mostra file Open project: WindowsNotifications/quickstart-sending-local-toast-win10

Public Methods

Method Description
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Method Description
HandleLike ( ToastNotificationActionTriggerDetail details, QueryString args ) : System.Threading.Tasks.Task
HandleReply ( ToastNotificationActionTriggerDetail details, QueryString args ) : System.Threading.Tasks.Task
SendToast ( string message ) : void

Simple method to show a basic toast with a message.

Method Details

Run() public method

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