log4net SDK Documentation - Microsoft .NET Framework 4.0

ThreadContextProperties Class

Implementation of Properties collection for the ThreadContext

For a list of all members of this type, see ThreadContextProperties Members.

System.Object
   log4net.Util.ContextPropertiesBase
      log4net.Util.ThreadContextProperties

[Visual Basic]
NotInheritable Public Class ThreadContextProperties
    Inherits ContextPropertiesBase
[C#]
public sealed class ThreadContextProperties : ContextPropertiesBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Class implements a collection of properties that is specific to each thread. The class is not synchronized as each thread has its own PropertiesDictionary.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

ThreadContextProperties Members | log4net.Util Namespace