C# Class F1Publisher.RefreshIntervalManager

Afficher le fichier Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Méthodes publiques

Méthode Description
Decrease ( ) : void
Increase ( ) : void
Maximum ( ) : void
Minimum ( ) : void
Reset ( ) : void

Méthodes protégées

Méthode Description
OnChanged ( RefreshIntervalEventArgs e ) : void

Private Methods

Méthode Description
SetRefreshInterval ( RefreshInterval refreshInterval ) : void

Method Details

Decrease() public méthode

public Decrease ( ) : void
Résultat void

Increase() public méthode

public Increase ( ) : void
Résultat void

Maximum() public méthode

public Maximum ( ) : void
Résultat void

Minimum() public méthode

public Minimum ( ) : void
Résultat void

OnChanged() protected méthode

protected OnChanged ( RefreshIntervalEventArgs e ) : void
e RefreshIntervalEventArgs
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void