log4net SDK Reference

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

This type is not safe for multithreaded operations.

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