Returns and array/list of all the available classes for a thread type of a given thread designation.
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.
|
"threadDataQuery_var" is a variable referencing a ThreadDataQuery object.
|
Type | Description |
string[] | Returns the specified thread classes or empty array/list if an invalid thread type or designation was specified. |
Name | Type | Description |
isInternal | boolean | Indicates if the thread is an internal or external thread. |
threadType | string | The thread type of the thread class you want. |
designation | string | The thread designation of the thread class you want. |
Name | Description |
Thread Feature API Sample | Demonstrates creating a new thread feature. |