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

Gets background file copy

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

GuidAttribute("01B7BD23-FB88-4A77-8490-5891D3E4653A")]
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
public 
interface 
IBackgroundCopyFile
<

GuidAttribute("01B7BD23-FB88-4A77-8490-5891D3E4653A")> _
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
Public 
Interface 
IBackgroundCopyFile
[

GuidAttribute(L"01B7BD23-FB88-4A77-8490-5891D3E4653A")]
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
public 
interface class 
IBackgroundCopyFile

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
GetLocalName(String % )
Gets local file name
GetProgress(BitsFileProgress % )
Gets file progress
GetRemoteName(String % )
Gets remote file name

See Also