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!

Context.DefaultContext

This read-only property returns the default context for the AppDomain. Every thread in an app domain for which a context is not explicitly set is considered to be running in the DefaultContext.

[Visual Basic]
Public Shared ReadOnly Property DefaultContext As Context
[C#]
public static Context DefaultContext {get;}
[C++]
public: __property static Context* get_DefaultContext();
[JScript]
public static function get DefaultContext() : Context;

Property Value

Read only. This property returns the default context for the AppDomain.

See Also

Context Class | Context Members | System.Runtime.Remoting Namespace