Exemplo n.º 1
0
 /// <summary>
 /// Sends an alert to designated users using the configured alert services
 /// </summary>
 /// <param name="alert"></param>
 protected abstract void SendAlert(Alert alert);
Exemplo n.º 2
0
 /// <summary>
 /// Alerts designated users in case of possible issues with the query logger service
 /// </summary>
 /// <param name="alert"></param>
 public abstract void Alert(Alert alert);