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

COM RCW for BITS 4.0 interfaces

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
[

GuidAttribute("bb6df56a-cace-11dc-9992-0019b93a3a84")]
[
ClassInterfaceAttribute(
ClassInterfaceType.None)]
[
SecurityPermissionAttribute(
SecurityAction.Demand, UnmanagedCode = 
true)]
public 
sealed 
class 
BackgroundCopyManager40 : 

IBackgroundCopyManager
<
SerializableAttribute> _
<

GuidAttribute("bb6df56a-cace-11dc-9992-0019b93a3a84")> _
<
ClassInterfaceAttribute(
ClassInterfaceType.None)> _
<
SecurityPermissionAttribute(
SecurityAction.Demand, UnmanagedCode := 
True)> _
Public 
NotInheritable 
Class 
BackgroundCopyManager40 _
	
Implements 

IBackgroundCopyManager
[
SerializableAttribute]
[

GuidAttribute(L"bb6df56a-cace-11dc-9992-0019b93a3a84")]
[
ClassInterfaceAttribute(
ClassInterfaceType::None)]
[
SecurityPermissionAttribute(
SecurityAction::Demand, UnmanagedCode = 
true)]
public 
ref class 
BackgroundCopyManager40 
sealed : 

IBackgroundCopyManager

Members

                 
  All Members     Constructors      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
BackgroundCopyManager40 () () () ()
CreateJob(String, BitsJobType, Guid % , IBackgroundCopyJob % )
Creates a BITS job
EnumJobs(UInt32, IEnumBackgroundCopyJobs % )
Enumerates BITS jobs
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetErrorDescription(Int32, UInt32, String % )
Gets description for a BITS error (localized)
GetHashCode () () () () (Inherited from Object.)
GetJob(Guid % , IBackgroundCopyJob % )
Gets a BITS job
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework.Bits . . :: . . BackgroundCopyManager40

See Also