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

Job manager for BITS jobs

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

GuidAttribute("5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C")]
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
public 
interface 
IBackgroundCopyManager
<

GuidAttribute("5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C")> _
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
Public 
Interface 
IBackgroundCopyManager
[

GuidAttribute(L"5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C")]
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
public 
interface class 
IBackgroundCopyManager

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
CreateJob(String, BitsJobType, Guid % , IBackgroundCopyJob % )
Creates a BITS job
EnumJobs(UInt32, IEnumBackgroundCopyJobs % )
Enumerates BITS jobs
GetErrorDescription(Int32, UInt32, String % )
Gets description for a BITS error (localized)
GetJob(Guid % , IBackgroundCopyJob % )
Gets a BITS job

See Also