This documentation is archived and is not being maintained.
TraceListener::IsThreadSafe Property
Visual Studio 2010
Gets a value indicating whether the trace listener is thread safe.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if the trace listener is thread safe; otherwise, false. The default is false.
The value of IsThreadSafe is used to determine whether to use a global lock when writing to the listener. If the value of IsThreadSafe is false, the global lock is used regardless of the value of UseGlobalLock. The global lock is not used only if the value of IsThreadSafe is true and the value of UseGlobalLock is false. The default behavior is to use the global lock whenever writing to the listener.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: