C# Class Eurofurence.Companion.Services.BackgroundUpdateService

Inheritance: IBackgroundUpdateService
Mostra file Open project: eurofurence/ef-app_wp

Public Methods

Method Description
BackgroundUpdateService ( ContextManager contextManager ) : System
SetInterval ( System.TimeSpan interval ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
TimerOnTickAsync ( object sender, object o ) : void

Method Details

BackgroundUpdateService() public method

public BackgroundUpdateService ( ContextManager contextManager ) : System
contextManager ContextManager
return System

SetInterval() public method

public SetInterval ( System.TimeSpan interval ) : void
interval System.TimeSpan
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void