ThreadContextStack MethodsApache log4net™ SDK Documentation
The ThreadContextStack type exposes the following members.
Methods

  NameDescription
Public methodClear
Clears all the contextual information held in this stack.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodPop
Removes the top context from this stack.
Public methodPush
Pushes a new context message into this stack.
Public methodToString
Gets the current context information for this stack.
(Overrides OnlineObject ToString .)
Back to Top
See Also