C# Class withSIX.Core.Helpers.TimerWithElapsedCancellationOnExceptionOnly

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

Méthodes publiques

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

Method Details

TimerWithElapsedCancellationOnExceptionOnly() public méthode

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

TimerWithElapsedCancellationOnExceptionOnly() public méthode

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