The ThreadContextStack type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Clear |
Clears all the contextual information held in this stack.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Pop |
Removes the top context from this stack.
| |
Push |
Pushes a new context message into this stack.
| |
ToString |
Gets the current context information for this stack.
(Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
Count |
The number of messages in the stack
|
See Also