C# Class Beacons.Tasks.AdvertisementWatcherTask

Inheritance: IBackgroundTask
Datei anzeigen Open project: danardelean/Beacons.Universal

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 The current background task instance.
return void