The NDC type exposes the following members.
Back to Top
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.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| Inherit |
Inherits the contextual information from another thread.
| |
Creates a shallow copy of the current (Inherited from | ||
| 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.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Depth |
Gets the current context depth.
|
See Also