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

Notification for files being transferred

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
[

GuidAttribute("659cdeac-489e-11d9-a9cd-000d56965251")]
public 
interface 
IBackgroundCopyCallback2 : 

IBackgroundCopyCallback
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
<

GuidAttribute("659cdeac-489e-11d9-a9cd-000d56965251")> _
Public 
Interface 
IBackgroundCopyCallback2 _
	
Inherits 

IBackgroundCopyCallback
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
[

GuidAttribute(L"659cdeac-489e-11d9-a9cd-000d56965251")]
public 
interface class 
IBackgroundCopyCallback2 : 

IBackgroundCopyCallback

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
FileTransferred(IBackgroundCopyJob % , IBackgroundCopyFile)
Called when BITS is finished transferring a file
JobError(IBackgroundCopyJob, IBackgroundCopyError)
Called when the state of the job changes to BG_JOB_STATE_ERROR
JobModification(IBackgroundCopyJob, UInt32)
Called when the job has been modified
JobTransferred(IBackgroundCopyJob)
Called when all of the files in the job have been successfully transferred

See Also