C# Class Twiddler.Screens.RequestMeterScreen

Inheritance: Screen, IRequestMeterScreen, IDisposable
Afficher le fichier Open project: GraemeF/Twiddler

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
OnInitialize ( ) : void
OnShutdown ( ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
FormatTimeSpan ( System.TimeSpan timeSpan ) : string
GetRemainingTime ( ) : System.TimeSpan
RequestMeterScreen ( IRequestLimitStatus limitStatus, IClock clock ) : System
UpdateHourlyLimit ( ) : void
UpdatePeriodDuration ( ) : void
UpdateRemainingHits ( ) : void
UpdateRemainingTime ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void

OnShutdown() protected méthode

protected OnShutdown ( ) : void
Résultat void