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

Notification interface for job status changes

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

GuidAttribute("97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22")]
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
public 
interface 
IBackgroundCopyCallback
<

GuidAttribute("97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22")> _
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
Public 
Interface 
IBackgroundCopyCallback
[

GuidAttribute(L"97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22")]
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
public 
interface class 
IBackgroundCopyCallback

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
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