C# Class Phoenix.RetryTimer

Afficher le fichier Open project: jfis/dn-phoenix Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OnElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

RetryTimer() public méthode

public RetryTimer ( System.Action callback, int>.Func timerCalc ) : System
callback System.Action
timerCalc int>.Func
Résultat System

SetTimeout() public méthode

public SetTimeout ( ) : void
Résultat void