Ejemplo n.º 1
0
        public LeLogger(LeClient client)
        {
            this.client = client;

            queue = new BlockingCollection<string>(QueueSize);
            AllQueues.Add(queue);
        }
Ejemplo n.º 2
0
        public LeLogger(LeClient client)
        {
            this.client = client;

            queue = new BlockingCollection <string>(QueueSize);
            AllQueues.Add(queue);
        }