Method | Description | |
---|---|---|
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 | |
return | System |
public TimerWithoutOverlap ( double time, System.Action onElapsed ) : System | ||
time | double | |
onElapsed | System.Action | |
return | System |