Click or drag to resize

ApiClientsetConcurrentConnections Method

Set the number of concurrent connections (between 1 and 16).

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public void setConcurrentConnections(
	int connectionsNumber
)

Parameters

connectionsNumber
Type: SystemInt32
Number of concurrent connections.
See Also