C# Class Phoenix.RetryTimer

Show file Open project: jfis/dn-phoenix Class Usage Examples

Public Methods

Method Description
Reset ( ) : void
RetryTimer ( System.Action callback, int>.Func timerCalc ) : System
SetTimeout ( ) : void

Private Methods

Method Description
OnElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

RetryTimer() public method

public RetryTimer ( System.Action callback, int>.Func timerCalc ) : System
callback System.Action
timerCalc int>.Func
return System

SetTimeout() public method

public SetTimeout ( ) : void
return void