C# Class Eurofurence.Companion.Services.BackgroundUpdateService

Inheritance: IBackgroundUpdateService
Afficher le fichier Open project: eurofurence/ef-app_wp

Méthodes publiques

Méthode Description
BackgroundUpdateService ( ContextManager contextManager ) : System
SetInterval ( System.TimeSpan interval ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
TimerOnTickAsync ( object sender, object o ) : void

Method Details

BackgroundUpdateService() public méthode

public BackgroundUpdateService ( ContextManager contextManager ) : System
contextManager ContextManager
Résultat System

SetInterval() public méthode

public SetInterval ( System.TimeSpan interval ) : void
interval System.TimeSpan
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void