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>

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

See also