C# 클래스 SensorbergSDK.Background.AdvertisementWatcherBackgroundWorker

파일 보기 프로젝트 열기: sensorberg-dev/windows10-sdk 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
OnFinished ( object sender, BackgroundWorkerType type ) : void
TriggerDetailsToBeacons ( BluetoothLEAdvertisementWatcherTriggerDetails triggerDetails ) : List

Constructs Beacon instances from the trigger data and adds recognized beacons to the _beacons list.

메소드 상세

AdvertisementWatcherBackgroundWorker() 공개 메소드

public AdvertisementWatcherBackgroundWorker ( ) : System
리턴 System

Run() 공개 메소드

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
리턴 void