C# Class withSIX.Core.Helpers.TimerWithElapsedCancellation

Inheritance: TimerWithElapsedCancellationAsync
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method 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 method

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

TimerWithElapsedCancellation() public method

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