C# Class F1Publisher.RefreshIntervalManager

Mostrar archivo Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Public Methods

Method Description
Decrease ( ) : void
Increase ( ) : void
Maximum ( ) : void
Minimum ( ) : void
Reset ( ) : void

Protected Methods

Method Description
OnChanged ( RefreshIntervalEventArgs e ) : void

Private Methods

Method Description
SetRefreshInterval ( RefreshInterval refreshInterval ) : void

Method Details

Decrease() public method

public Decrease ( ) : void
return void

Increase() public method

public Increase ( ) : void
return void

Maximum() public method

public Maximum ( ) : void
return void

Minimum() public method

public Minimum ( ) : void
return void

OnChanged() protected method

protected OnChanged ( RefreshIntervalEventArgs e ) : void
e RefreshIntervalEventArgs
return void

Reset() public method

public Reset ( ) : void
return void