Exemplo n.º 1
0
        public void OnPerformed(PerformedContext filterContext)
        {
            string item = Util.GetLoggerContextName(filterContext.BackgroundJob.Id);

            Loggers.TryRemove(item, out _);
        }