C# Class withSIX.Core.Helpers.TimerWithoutOverlap

Inheritance: TimerWithElapsedCancellationAsync
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
TimerWithoutOverlap ( System.TimeSpan time, System.Action onElapsed ) : System
TimerWithoutOverlap ( double time, System.Action onElapsed ) : System

Method Details

TimerWithoutOverlap() public méthode

public TimerWithoutOverlap ( System.TimeSpan time, System.Action onElapsed ) : System
time System.TimeSpan
onElapsed System.Action
Résultat System

TimerWithoutOverlap() public méthode

public TimerWithoutOverlap ( double time, System.Action onElapsed ) : System
time double
onElapsed System.Action
Résultat System