예제 #1
0
        public LeLogger(LeClient client)
        {
            this.client = client;

            queue = new BlockingCollection<string>(QueueSize);
            AllQueues.Add(queue);
        }
예제 #2
0
        public LeLogger(LeClient client)
        {
            this.client = client;

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