Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EventProviderTraceListener::IsThreadSafe Property

 

Gets a value indicating whether the trace listener is thread safe.

Namespace:   System.Diagnostics.Eventing
Assembly:  System.Core (in System.Core.dll)

public:
property bool IsThreadSafe {
	virtual bool get() override sealed;
}

Property Value

Type: System::Boolean

true if the trace listener is thread safe; otherwise, false. The default is false.

.NET Framework
Available since 3.5
Return to top
Show: