The NDC type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Clear |
Clears all the contextual information held on the current thread.
| |
CloneStack |
Creates a clone of the stack of context information.
| |
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.) | |
Inherit |
Inherits the contextual information from another thread.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Pop |
Removes the top context from the stack.
| |
Push |
Pushes a new context message.
| |
Remove |
Removes the context information for this thread. It is
not required to call this method.
| |
SetMaxDepth |
Forces the stack depth to be at most maxDepth.
| |
ToString | (Inherited from Object.) |
See Also