Example #1
0
 /// <summary>
 /// 
 /// </summary>
 protected BroadcastService()
 {
     _timer = new BroadcastTimer(TimerCallback);
     _cacheSet = new BroadcastCacheSet();
 }
Example #2
0
 /// <summary>
 ///
 /// </summary>
 protected BroadcastService()
 {
     _timer    = new BroadcastTimer(TimerCallback);
     _cacheSet = new BroadcastCacheSet();
 }