C# Class withSIX.Core.Helpers.TimerWithElapsedCancellationOnExceptionOnly

Inheritance: TimerWithElapsedCancellationAsync
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
TimerWithElapsedCancellationOnExceptionOnly ( System.TimeSpan time, System.Action onElapsed ) : System
TimerWithElapsedCancellationOnExceptionOnly ( double time, System.Action onElapsed ) : System

Method Details

TimerWithElapsedCancellationOnExceptionOnly() public method

public TimerWithElapsedCancellationOnExceptionOnly ( System.TimeSpan time, System.Action onElapsed ) : System
time System.TimeSpan
onElapsed System.Action
return System

TimerWithElapsedCancellationOnExceptionOnly() public method

public TimerWithElapsedCancellationOnExceptionOnly ( double time, System.Action onElapsed ) : System
time double
onElapsed System.Action
return System