Example #1
0
 public static IBus CreateAndStartInMemoryBus(this BusFactory busFactory)
 {
     return(busFactory.CreateAndStartInMemoryBus(new TestPeerDirectory(), new TestTransport()));
 }