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

Gets the Thread objects representing the threads in the application domain.

[Visual Basic]
Public Function GetThreads() As Thread ()
[C#]
public Thread[] GetThreads();
[C++]
public: Thread* GetThreads() [];
[JScript]
public function GetThreads() : Thread[];

Return Value

An array of Thread objects representing the threads in the application domain

See Also

AppDomain Class | AppDomain Members | System Namespace