C# Class BackgroundTasks.AdvertisementWatcherTask

Handler for background BTLE interactions with Hue.
Inheritance: IBackgroundTask
Show file Open project: Microsoft/Windows-appsample-huelightcontroller

Public Methods

Method Description
Run ( IBackgroundTaskInstance taskInstance ) : void

The entry point of a background task.

Method Details

Run() public method

The entry point of a background task.
public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
return void