NLog.NDC.PopObject C# (CSharp) Method

PopObject() public static method

Pops the top object off the NDC stack. The object is removed from the stack.
public static PopObject ( ) : object
return object
        public static object PopObject()
        {
            return NestedDiagnosticsContext.PopObject();
        }