You are here: Start » AVL.NET » AVS.GetThreadLimitInfo Method

AVS.GetThreadLimitInfo Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also