C# 클래스 Beacons.Tasks.AdvertisementWatcherTask

상속: IBackgroundTask
파일 보기 프로젝트 열기: danardelean/Beacons.Universal

공개 메소드들

메소드 설명
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 The current background task instance.
리턴 void