Run a download job

Namespace: Contracts.ServiceContracts
Assembly: Contracts (in Contracts.dll)

<OperationContract(IsOneWay = true)> _ 
<System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")> _ 
Sub RunDownloadJob( _ 
ByVal job_id As Guid, _ 
ByVal use_master_server As Boolean, _ 
ByVal max_connections As Integer
)
This language is not supported or no code example is available.
[OperationContract(IsOneWay = true)] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
void RunDownloadJob( 
Guid job_id
bool use_master_server
int max_connections 
)
This language is not supported or no code example is available.
[OperationContract(IsOneWay = true)] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
 
void RunDownloadJob( 
Guid job_id
bool use_master_server
int max_connections 
)
This language is not supported or no code example is available.
 
OperationContract(IsOneWay = true) 
System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true") 
function RunDownloadJob( 
job_id : Guid
use_master_server : boolean
max_connections : int 
);
This language is not supported or no code example is available.

Parameters

job_id
Type: Guid

<default>

use_master_server
Type: bool

max_connections
Type: int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1