C# 클래스 SensorbergSDK.Background.TimedBackgroundWorker

Timer triggered background task for processing pending delayed actions. This is not part of the public API. Making modifications into background tasks is not required in order to use the SDK.
파일 보기 프로젝트 열기: sensorberg-dev/windows10-sdk 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
OnFinished ( object sender, BackgroundWorkerType e ) : void

메소드 상세

Run() 공개 메소드

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

TimedBackgroundWorker() 공개 메소드

public TimedBackgroundWorker ( ) : System
리턴 System