IClient.InitiateBulkFileDownload Method

Initiate a bulk transfer
<OperationContract(IsOneWay = true)> _ 
<System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")> _ 
Sub InitiateBulkFileDownload( _ 
ByVal request As BulkDownloadRequest
)
This language is not supported or no code example is available.
[OperationContract(IsOneWay = true)] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
void InitiateBulkFileDownload( 
BulkDownloadRequest request 
)
This language is not supported or no code example is available.
[OperationContract(IsOneWay = true)] 
[System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true")] 
 
void InitiateBulkFileDownload( 
BulkDownloadRequest^ request 
)
This language is not supported or no code example is available.
 
OperationContract(IsOneWay = true) 
System.Reflection.Obfuscation(Exclude = true, Feature = "renaming = true") 
function InitiateBulkFileDownload( 
request : BulkDownloadRequest 
);
This language is not supported or no code example is available.

Parameters

request
BulkDownloadRequest

<default>

.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

In this article

Definition