Click or drag to resize

CommsThreadPool Constructor

Namespace:  NetworkCommsDotNet.Tools
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public CommsThreadPool(
	int minThreadsCount,
	int maxActiveThreadsCount,
	int maxTotalThreadsCount,
	TimeSpan threadIdleTimeoutClose
)

Parameters

minThreadsCount
Type: SystemInt32
maxActiveThreadsCount
Type: SystemInt32
maxTotalThreadsCount
Type: SystemInt32
threadIdleTimeoutClose
Type: SystemTimeSpan
See Also