static LabMongo() { LOG = LogManager.GetLogger("LabMongo"); MongoDBName = Config.GetDBName(); MService = new LabMongo(); }
private LabService() { this.MongoService = LabMongo.MongoService; this.RequestQueue = new BlockingCollection<LabReport>(5000); this.InitWorkerPool(); }