Exemple #1
0
 private void OnListenerFailed(ListenerFailed data)
 {
     Notifications.Enqueue(new ListenerFailedNotification(Localhost, data.Reason));
 }
Exemple #2
0
 protected virtual void OnListenerFailed(string comment, Exception ex)
 {
     ListenerFailed?.Invoke(this, comment, ex);
 }