Exemplo n.º 1
0
 /// <summary>
 /// Stop service bus and block thread until bus will be stopped.
 /// Maybe rename it to Stop() ?
 /// </summary>
 public void Wait()
 {
     _transportEndpointObserver.Wait();
     _status = ServiceBusStatus.Stopped;
 }