Removes the specified TraceListener from the list.
Removes the first listener in the list that has the specified name.
[Visual Basic] Overloads Public Sub Remove(String)
[C#] public void Remove(String);
[C++] public: void Remove(String*);
[JScript] public function Remove(String);
Removes the specified instance of the TraceListener class from the list.
[Visual Basic] Overloads Public Sub Remove(TraceListener)
[C#] public void Remove(TraceListener);
[C++] public: void Remove(TraceListener*);
[JScript] public function Remove(TraceListener);
TraceListeners Class | TraceListeners Members | System.Diagnostics Namespace