예제 #1
0
 public DataBaseContext(CremaHost cremaHost)
 {
     this.CremaHost     = cremaHost;
     this.Dispatcher    = new CremaDispatcher(this);
     this.taskEvent     = new TaskResetEvent <Guid>(this.Dispatcher);
     this.callbackEvent = new IndexedDispatcher(this);
 }
예제 #2
0
 public DomainContext(CremaHost cremaHost)
 {
     this.CremaHost     = cremaHost;
     this.Dispatcher    = new CremaDispatcher(this);
     this.creationEvent = new TaskResetEvent <Guid>(this.Dispatcher);
     this.deletionEvent = new TaskResetEvent <Guid>(this.Dispatcher);
     this.callbackEvent = new IndexedDispatcher(this);
 }