C# Class BackgroundTaskComponent.ToastNotificationBackgroundTask

Inheritance: IBackgroundTask
Afficher le fichier Open project: WindowsNotifications/quickstart-sending-local-toast-win10

Méthodes publiques

Méthode Description
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Méthode 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 méthode

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
Résultat void