Initiate a bulk transfer

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

<OperationContract(IsOneWay = true)> _ 
<System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")> _ 
Sub InitiateBulkFileDownload( _ 
ByVal job_id As Guid, _ 
ByVal event_id As Long, _ 
ByVal managed_folder As Boolean, _ 
ByVal total_bytes As Long, _ 
ByVal do_checks As Boolean, _ 
ByVal bulk_transfers As List(Of TransferData) _ 
)
This language is not supported or no code example is available.
[OperationContract(IsOneWay = true)] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
void InitiateBulkFileDownload( 
Guid job_id
long event_id
bool managed_folder
long total_bytes
bool do_checks
List<TransferData> bulk_transfers 
)
This language is not supported or no code example is available.
[OperationContract(IsOneWay = true)] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
 
void InitiateBulkFileDownload( 
Guid job_id
long event_id
bool managed_folder
long total_bytes
bool do_checks
List<TransferData^>^ bulk_transfers 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

job_id
Type: Guid

event_id
Type: long

the local event id

managed_folder
Type: bool

whether or not this is a managed folder

total_bytes
Type: long

the total number of bytes

do_checks
Type: bool

bulk_transfers
Type: List<TransferData>

a list of bulk transfers

.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