/// <summary> /// /// </summary> protected BroadcastService() { _timer = new BroadcastTimer(TimerCallback); _cacheSet = new BroadcastCacheSet(); }