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

