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.GetDomain

Returns the current domain in which the current thread is running. Get and set work on the hard thread not the logical thread. For that reason they are package protected and should not be available for general consumption.

[Visual Basic]
Public Shared Function GetDomain() As AppDomain
[C#]
public static AppDomain GetDomain();
[C++]
public: static AppDomain* GetDomain();
[JScript]
public static function GetDomain() : AppDomain;

See Also

Thread Class | Thread Members | System.Threading Namespace