public void Dispose() { _interval.Stop(); _interval = null; _notifications?.Clear(); _notifications = null; }
public CustomLifetimeSupervisor() { _notifications = new CustomNotificationsList(); _maximumNotificationCount = 5; _notifications = new CustomNotificationsList(); _interval = new Interval(); }