Ejemplo n.º 1
0
 public void Dispose()
 {
     _interval.Stop();
     _interval = null;
     _notifications?.Clear();
     _notifications = null;
 }
Ejemplo n.º 2
0
        public CustomLifetimeSupervisor()
        {
            _notifications            = new CustomNotificationsList();
            _maximumNotificationCount = 5;

            _notifications = new CustomNotificationsList();
            _interval      = new Interval();
        }