Beispiel #1
0
 /// <summary>
 /// The on bridge exception.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="args">
 /// The eventArgs.
 /// </param>
 private void OnBridgeException(object sender, MessagingExceptionEventArgs args)
 {
     if (this.BridgeException != null)
     {
         this.BridgeException(sender, args);
     }
 }
Beispiel #2
0
 /// <summary>
 /// The on worker exception.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="args">
 /// The eventArgs.
 /// </param>
 private void OnWorkerWarning(object sender, MessagingExceptionEventArgs args)
 {
     if (this.WorkerWarning != null)
     {
         this.WorkerWarning(sender, args);
     }
 }
Beispiel #3
0
 /// <summary>
 /// The on subscriber exception.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="args">
 /// The eventArgs.
 /// </param>
 private void OnSubscriberException(object sender, MessagingExceptionEventArgs args)
 {
     if (this.SubscriberException != null)
     {
         this.SubscriberException(sender, args);
     }
 }
Beispiel #4
0
 /// <summary>
 /// The on publisher exception.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="args">
 /// The eventArgs.
 /// </param>
 private void OnPublisherException(object sender, MessagingExceptionEventArgs args)
 {
     if (this.PublisherException != null)
     {
         this.PublisherException(sender, args);
     }
 }
 /// <summary>
 /// The on bridge exception.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="args">
 /// The eventArgs.
 /// </param>
 private void OnBridgeException(object sender, MessagingExceptionEventArgs args)
 {
     if (this.BridgeException != null)
     {
         this.BridgeException(sender, args);
     }
 }
 /// <summary>
 /// The on worker exception.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="args">
 /// The eventArgs.
 /// </param>
 private void OnWorkerWarning(object sender, MessagingExceptionEventArgs args)
 {
     if (this.WorkerWarning != null)
     {
         this.WorkerWarning(sender, args);
     }
 }
 /// <summary>
 /// The on subscriber exception.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="args">
 /// The eventArgs.
 /// </param>
 private void OnSubscriberException(object sender, MessagingExceptionEventArgs args)
 {
     if (this.SubscriberException != null)
     {
         this.SubscriberException(sender, args);
     }
 }
 /// <summary>
 /// The on publisher exception.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="args">
 /// The eventArgs.
 /// </param>
 private void OnPublisherException(object sender, MessagingExceptionEventArgs args)
 {
     if (this.PublisherException != null)
     {
         this.PublisherException(sender, args);
     }
 }