DevForce Help Reference
IsSingleThreaded Property (ITraceLogger)


Whether logger can be called from multiple threads.
Syntax
'Declaration
 
ReadOnly Property IsSingleThreaded As Boolean
'Usage
 
Dim instance As ITraceLogger
Dim value As Boolean
 
value = instance.IsSingleThreaded
bool IsSingleThreaded {get;}
Remarks
If single-threaded, calls to the Log method will be from a single thread. If multi-threaded, you must ensure that your logger is thread safe.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITraceLogger Interface
ITraceLogger Members

Send Feedback