NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CallContext Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

Example

See Also

CallContext Members | System Namespace