C# 클래스 Eurofurence.Companion.Services.BackgroundUpdateService

상속: IBackgroundUpdateService
파일 보기 프로젝트 열기: eurofurence/ef-app_wp

공개 메소드들

메소드 설명
BackgroundUpdateService ( ContextManager contextManager ) : System
SetInterval ( System.TimeSpan interval ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
TimerOnTickAsync ( object sender, object o ) : void

메소드 상세

BackgroundUpdateService() 공개 메소드

public BackgroundUpdateService ( ContextManager contextManager ) : System
contextManager ContextManager
리턴 System

SetInterval() 공개 메소드

public SetInterval ( System.TimeSpan interval ) : void
interval System.TimeSpan
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void