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

Gets the ranges you want to download from the remote file

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetFileRanges(
	
ref 
uint 
rangeCount,
	
out 

BackgroundFileRange[] 
ranges
)
Sub 
GetFileRanges ( _
	
ByRef 
rangeCount 
As 
UInteger, _
		<
OutAttribute> 
ByRef 
ranges 
As 

BackgroundFileRange() _
)
void 
GetFileRanges(
	
unsigned int% 
rangeCount, 
		[
OutAttribute] 
array<

BackgroundFileRange>^% 
ranges
)

Parameters

rangeCount
UInt32 %
ranges
array< BackgroundFileRange > [] () [] [] %

See Also