C# 클래스 withSIX.Core.Helpers.TimerWithElapsedCancellation

상속: TimerWithElapsedCancellationAsync
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
TimerWithElapsedCancellation ( System.TimeSpan time, Func onElapsed, System.Action onDisposed = null ) : System
TimerWithElapsedCancellation ( double time, Func onElapsed, System.Action onDisposed = null ) : System

메소드 상세

TimerWithElapsedCancellation() 공개 메소드

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

TimerWithElapsedCancellation() 공개 메소드

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