This class exposes the API for the users of call context. All methods in CallContext are static and operate upon the call context in the Thread.
NOTE: CallContext is a specialized form of something that behaves like TLS for method calls. However, since the call objects may get serialized and deserialized along the path, it is tough to guarantee identity preservation.
Object
CallContext
[Visual Basic] NotInheritable Public Class CallContext [C#] public sealed class CallContext [C++] public __gc __sealed class CallContext [JScript] public class CallContext
[To be supplied.]
Namespace: System
Assembly: mscorlib.dll