C# Class Beacons.Tasks.AdvertisementWatcherTask

Inheritance: IBackgroundTask
Afficher le fichier Open project: danardelean/Beacons.Universal

Méthodes publiques

Méthode Description
Run ( IBackgroundTaskInstance taskInstance ) : void

The entry point of a background task.

Method Details

Run() public méthode

The entry point of a background task.
public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance The current background task instance.
Résultat void