You are here: Start » FIL.NET » FIL.GetThreadLimitInfo

FIL.GetThreadLimitInfo

Reads available licenses in the system

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>

See also