Share

ThreadTableQuery.GetAvailableThreadSizes Method

Parent Object: ThreadTableQuery

Description

Method that returns all the available thread sizes for a given thread type.

Syntax

ThreadTableQuery.GetAvailableThreadSizes( Internal As Boolean, ThreadType As String ) As String()

Parameters

Name Type Description
Internal Boolean Input Boolean that indicates if the thread is an internal or external thread. A value of True indicates an Internal thread.
ThreadType String Thread type identifier string.

Samples

Name Description
Creating a ThreadInfo object Demonstrates the use of a ThreadInfo object.

Version

Introduced in version 11

Was this information helpful?