/// <summary>
 /// Adds the router error handling.
 /// </summary>
 /// <param name="router">The _router.</param>
 public void AddRouterErrorHandling(IRouterErrorHandling router)
 {
 }
 /// <summary>
 /// Adds the router error handling.
 /// </summary>
 /// <param name="router">The _router.</param>
 public void AddRouterErrorHandling(IRouterErrorHandling router)
 {
 }
 /// <summary>
 /// Adds the router error handling.
 /// </summary>
 /// <param name="router">The _router.</param>
 public void AddRouterErrorHandling(IRouterErrorHandling router)
 {
     _routerErrorHandlings.Add(router);
     router.OnRouterError += OnRouterError;
 }
Esempio n. 4
0
 /// <summary>
 /// Adds the router error handling.
 /// </summary>
 /// <param name="router">The _router.</param>
 public void AddRouterErrorHandling(IRouterErrorHandling router)
 {
     _routerErrorHandlings.Add(router);
     router.OnRouterError += OnRouterError;
 }