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!

AppDomain.GetCurrentThreadId

[To be supplied.]

[Visual Basic]
extern Public Shared Function GetCurrentThreadId() As Integer
[C#]
public static extern int GetCurrentThreadId();
[C++]
public: static extern int GetCurrentThreadId();
[JScript]
public static extern function GetCurrentThreadId() : int;

See Also

AppDomain Class | AppDomain Members | System Namespace