Ejemplo n.º 1
0
        static LabMongo()
        {
            LOG = LogManager.GetLogger("LabMongo");
            MongoDBName = Config.GetDBName();

            MService = new LabMongo();
        }
Ejemplo n.º 2
0
        private LabService()
        {
            this.MongoService = LabMongo.MongoService;
            this.RequestQueue = new BlockingCollection<LabReport>(5000);

            this.InitWorkerPool();
        }