public void Start() { lock (this.syncRoot) { this.timer = new TimerEx(name, true); this.started = true; } }
public TimerEx(bool isBackground) : this("Timer-" + TimerEx.NextId().ToString(), isBackground) { }