Esempio n. 1
0
 /// <summary>
 /// Creates an instance of <see cref="AlertFilter"/> backed by the specified the alert cache.
 /// </summary>
 /// <param name="cache"></param>
 public AlertFilter(AlertCache cache)
 {
     _cache = cache;
 }
Esempio n. 2
0
 /// <summary>
 /// Creates an instance of <see cref="AlertFilter"/> backed by the specified the alert cache.
 /// </summary>
 /// <param name="cache"></param>
 public AlertFilter(AlertCache cache)
 {
     _cache = cache;
 }