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

상속: TimerWithElapsedCancellationAsync
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
TimerWithoutOverlap ( System.TimeSpan time, System.Action onElapsed ) : System
TimerWithoutOverlap ( double time, System.Action onElapsed ) : System

메소드 상세

TimerWithoutOverlap() 공개 메소드

public TimerWithoutOverlap ( System.TimeSpan time, System.Action onElapsed ) : System
time System.TimeSpan
onElapsed System.Action
리턴 System

TimerWithoutOverlap() 공개 메소드

public TimerWithoutOverlap ( double time, System.Action onElapsed ) : System
time double
onElapsed System.Action
리턴 System