setMaxConcurrentFileDownloads

void session.setMaxConcurrentFileDownloads ( int maxConcurrentFileDownloads ) (professional and enterprise editions only)

Description

Set the maximum number of concurrent file downloads to a allow.

Parameters

  • maxConcurrentFileDownloads The maximum number of downloads to allow, as an integer.

Return Values

Returns void.

Change Log

Version Description
5.0 Added for professional and enterprise editions.

Examples

Set Max for Concurrent File Downloads

 // Limit the number of concurrent file downloads to 10
 session.setMaxConcurrentFileDownloads( 10 );

See Also