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

File range and remote name manipulation for a file

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

GuidAttribute("83E81B93-0873-474D-8A8C-F2018B1A939C")]
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
public 
interface 
IBackgroundCopyFile2 : 

IBackgroundCopyFile
<

GuidAttribute("83E81B93-0873-474D-8A8C-F2018B1A939C")> _
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
Public 
Interface 
IBackgroundCopyFile2 _
	
Inherits 

IBackgroundCopyFile
[

GuidAttribute(L"83E81B93-0873-474D-8A8C-F2018B1A939C")]
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
public 
interface class 
IBackgroundCopyFile2 : 

IBackgroundCopyFile

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
GetFileRanges(UInt32 % , array< BackgroundFileRange > [] () [] [] % )
Gets the ranges you want to download from the remote file
GetLocalName(String % )
Gets local file name
GetProgress(BitsFileProgress % )
Gets file progress
GetRemoteName(String % )
Gets remote file name
SetRemoteName(String)
Changes the remote name to a new URL in a download job

See Also