NLog.GDC.Remove C# (CSharp) Méthode

Remove() public static méthode

Removes the specified item from the Global Diagnostics Context.
public static Remove ( string item ) : void
item string Item name.
Résultat void
        public static void Remove(string item)
        {
            GlobalDiagnosticsContext.Remove(item);
        }