Exemple #1
0
 public BatchQueueProcess()
 {
     this.objConfigWriterLockSlimHelper = new ReaderWriterLockSlimHelper();
     this._DataGroupList     = new ConcurrentDictionary <string, List <T> >();
     this._SleepMilliseconds = 1;
     this._BatchCount        = 10;
     this._ClearMinutes      = 1;
     this._batchActionAdd    = null;
     this._LastClearDate     = DateTime.Now;
     this._ProcessThread     = null;
 }