Click or drag to resize

BusyPoolException Constructor

Creates a new instance of BusyPoolException.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public BusyPoolException(
	IPEndPoint address,
	int maxRequestsPerConnection,
	int connectionLength
)

Parameters

address
Type: System.NetIPEndPoint
maxRequestsPerConnection
Type: SystemInt32
connectionLength
Type: SystemInt32
See Also