C# 클래스 BackgroundTasks.AdvertisementWatcherTask

Handler for background BTLE interactions with Hue.
상속: IBackgroundTask
파일 보기 프로젝트 열기: Microsoft/Windows-appsample-huelightcontroller

공개 메소드들

메소드 설명
Run ( IBackgroundTaskInstance taskInstance ) : void

The entry point of a background task.

메소드 상세

Run() 공개 메소드

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