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