C# Class Fizzi.Applications.ChallongeVisualization.Model.TournamentContext

Keeps tournament information synchronized via polling
Inheritance: IDisposable, INotifyPropertyChanged
Afficher le fichier Open project: JLaferri/ChallongeMatchDisplay Class Usage Examples

Méthodes publiques

Méthode Description
CommitChanges ( ) : void
Dispose ( ) : void
EndTournament ( ) : void
Refresh ( ) : void

Refresh context data

StartSynchronization ( System.TimeSpan timeInterval, int pollEvery ) : void
StopSynchronization ( ) : void
TournamentContext ( ChallongePortal portal, int tournamentId ) : System

Private Methods

Méthode Description
queryData ( ) : Tuple,IEnumerable>

Method Details

CommitChanges() public méthode

public CommitChanges ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndTournament() public méthode

public EndTournament ( ) : void
Résultat void

Refresh() public méthode

Refresh context data
public Refresh ( ) : void
Résultat void

StartSynchronization() public méthode

public StartSynchronization ( System.TimeSpan timeInterval, int pollEvery ) : void
timeInterval System.TimeSpan
pollEvery int
Résultat void

StopSynchronization() public méthode

public StopSynchronization ( ) : void
Résultat void

TournamentContext() public méthode

public TournamentContext ( ChallongePortal portal, int tournamentId ) : System
portal Fizzi.Libraries.ChallongeApiWrapper.ChallongePortal
tournamentId int
Résultat System