Exemplo n.º 1
0
 public Lrc(LrcState state, LrcQueue callbackQueue)
 {
     this.state         = state;
     this.callbackQueue = callbackQueue;
 }
Exemplo n.º 2
0
        private static readonly long TICK_TIMEOUT = 500 * TimeSpan.TicksPerMillisecond; // 500 ms

        #endregion Fields

        #region Constructors

        public Lrc(LrcState state, LrcQueue callbackQueue)
        {
            this.state = state;
            this.callbackQueue = callbackQueue;
        }