NZBDash.Services.Monitor.Notification.Notifier.ResetCounter C# (CSharp) Method

ResetCounter() public method

public ResetCounter ( ) : void
return void
        public void ResetCounter()
        {
            Logger.Trace("Reset {0} Counter", AlertType);
            AlertCount = 0;
        }