C# Class EarTrumpet.BackgroundTasks.FeedbackTask

Inheritance: IBackgroundTask
Afficher le fichier Open project: File-New-Project/EarTrumpet

Méthodes publiques

Méthode Description
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Méthode Description
OnRequestReceived ( AppServiceConnection sender, AppServiceRequestReceivedEventArgs args ) : void
OnTaskCanceled ( IBackgroundTaskInstance sender, BackgroundTaskCancellationReason reason ) : void

Method Details

Run() public méthode

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