You are here: Start » FIL.NET » Function Reference » System » Configuration » FIL.GetThreadLimitInfo

FIL.GetThreadLimitInfo

Returns how many threads are possible and a list of threads currently being used.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void GetThreadLimitInfo
(
	out int? outThreadLimit,
	IList<string> outActiveThreadIds
)

Parameters

Name Type Range Default Description
outThreadLimitint?
outActiveThreadIdsSystem.Collections.Generic.IList<string>

Parallel execution

This filter cannot be placed in multiple Workers.

See also