C# Class withSIX.Core.Helpers.TimerWithElapsedCancellation

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

Méthodes publiques

Méthode Description
TimerWithElapsedCancellation ( System.TimeSpan time, Func onElapsed, System.Action onDisposed = null ) : System
TimerWithElapsedCancellation ( double time, Func onElapsed, System.Action onDisposed = null ) : System

Method Details

TimerWithElapsedCancellation() public méthode

public TimerWithElapsedCancellation ( System.TimeSpan time, Func onElapsed, System.Action onDisposed = null ) : System
time System.TimeSpan
onElapsed Func
onDisposed System.Action
Résultat System

TimerWithElapsedCancellation() public méthode

public TimerWithElapsedCancellation ( double time, Func onElapsed, System.Action onDisposed = null ) : System
time double
onElapsed Func
onDisposed System.Action
Résultat System