메소드 | 설명 | |
---|---|---|
TimerWithoutOverlap ( System.TimeSpan time, System.Action onElapsed ) : System | ||
TimerWithoutOverlap ( double time, System.Action onElapsed ) : System |
public TimerWithoutOverlap ( System.TimeSpan time, System.Action onElapsed ) : System | ||
time | System.TimeSpan | |
onElapsed | System.Action | |
리턴 | System |
public TimerWithoutOverlap ( double time, System.Action onElapsed ) : System | ||
time | double | |
onElapsed | System.Action | |
리턴 | System |