The ThreadContextStack type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Clears all the contextual information held in this stack.
| |
| Equals | (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.) | |
| 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 ObjectToString.) |
See Also