[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Add a file to a download job and specify the ranges of the file to download

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
AddFileWithRanges(
	
string 
remoteUrl,
	
string 
localName,
	
uint 
rangecount,
	

BackgroundFileRange[] 
ranges
)
Sub 
AddFileWithRanges ( _
	
remoteUrl 
As 
String, _
	
localName 
As 
String, _
	
rangecount 
As 
UInteger, _
	
ranges 
As 

BackgroundFileRange() _
)
void 
AddFileWithRanges(
	
String^ 
remoteUrl, 
	
String^ 
localName, 
	
unsigned int 
rangecount, 
	
array<

BackgroundFileRange>^ 
ranges
)

Parameters

remoteUrl
String
localName
String
rangecount
UInt32
ranges
array< BackgroundFileRange > [] () [] []

See Also