NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TraceListeners.Remove

Removes the specified TraceListener from the list.

Overload 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);

See Also

TraceListeners Class | TraceListeners Members | System.Diagnostics Namespace