Example #1
0
 public InMemoryMessageBus(MessagesHandler handlerImplementation)
 {
     //this.semaphore = new SemaphoreSlim(1, 1);
     this.handlerImplementation = handlerImplementation;
 }
Example #2
0
 public InMemoryMessageBus(MessagesHandler handlerImplementation)
 {
     //this.semaphore = new SemaphoreSlim(1, 1);
     this.handlerImplementation = handlerImplementation;
 }