C# Class WebServerTask.WebServerBGTask

Inheritance: IBackgroundTask
Mostra file Open project: mmackes/Windows-10-IoT-PoolController

Public Methods

Method Description
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Method Description
OnCanceled ( IBackgroundTaskInstance sender, BackgroundTaskCancellationReason reason ) : void
OnRequestReceived ( AppServiceConnection sender, AppServiceRequestReceivedEventArgs args ) : void

Method Details

Run() public method

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