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

AVL.GetThreadLimitInfo

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

Namespace:AvlNet
Assembly:AVL.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