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!

Thread.CurrentContext

Gets the current context the thread is executing in.

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

See Also

Thread Class | Thread Members | System.Threading Namespace