Esempio n. 1
0
 public MemoryStore()
 {
     _index    = new ConcurrentDictionary <Guid, AccountIndexEntry>();
     _receiver = new StoreReceiver(this);
 }
Esempio n. 2
0
 public MemoryStore()
 {
     _index = new ConcurrentDictionary<Guid, AccountIndexEntry>();
     _receiver = new StoreReceiver(this);
 }