Exemplo n.º 1
0
 /// <summary>
 /// Gor graceful shutdown of all listening threads
 /// </summary>
 public void StopListening()
 {
     Bus.Stop();
     Log.Info("Stopped listening for messages");
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gor graceful shutdown of all listening threads
 /// </summary>
 public void StopListening()
 {
     Bus.Stop();
     _log.LogInformation("Stopped listening for messages");
 }