C# Class EarTrumpet.BackgroundTasks.FeedbackTask
Show file
Open project: File-New-Project/EarTrumpet
Public Methods
Method |
Description |
|
Run ( IBackgroundTaskInstance taskInstance ) : void |
|
|
Private Methods
Method |
Description |
|
OnRequestReceived ( AppServiceConnection sender, AppServiceRequestReceivedEventArgs args ) : void |
|
|
OnTaskCanceled ( IBackgroundTaskInstance sender, BackgroundTaskCancellationReason reason ) : void |
|
|
Method Details
public Run ( IBackgroundTaskInstance taskInstance ) : void |
taskInstance |
IBackgroundTaskInstance |
|
return |
void |
|