예제 #1
0
 public MemoryStore()
 {
     _index    = new ConcurrentDictionary <Guid, AccountIndexEntry>();
     _receiver = new StoreReceiver(this);
 }
예제 #2
0
 public MemoryStore()
 {
     _index = new ConcurrentDictionary<Guid, AccountIndexEntry>();
     _receiver = new StoreReceiver(this);
 }