log4net SDK Reference

NDC.Remove Method 

Removes the context information for this thread. It is not required to call this method.

[Visual Basic]
Public Shared Sub Remove()
[C#]
public static void Remove();

Remarks

Note   

The NDC is deprecated and has been replaced by the Stacks. The current NDC implementation forwards to the ThreadContext.Stacks["NDC"].

This method is not implemented.

See Also

NDC Class | log4net Namespace