IClient.RunDownloadJob Method
Run a download job
<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
-
Guid
<default>
-
use_master_server
-
bool
-
max_connections
-
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