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
)
Public Sub setConcurrentConnections (
connectionsNumber As Integer
)
Parameters
- connectionsNumber
- Type: SystemInt32
Number of concurrent connections.
See Also