You are here: Start » AVL.NET » Invoke.GetThreadLimitInfo
Returns how many threads are possible and a list of threads currently being used.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GetThreadLimitInfo ( Conditional<int> outThreadLimit, List<string> outActiveThreadIds )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | outThreadLimit | Atl.Conditional<int> | |||
![]() | outActiveThreadIds | System.Collections.Generic.List<string> |

