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

COM RCW for BITS 2.0 interfaces

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
[
ClassInterfaceAttribute(
ClassInterfaceType.None)]
[

GuidAttribute("659cdea7-489e-11d9-a9cd-000d56965251")]
[
SecurityPermissionAttribute(
SecurityAction.Demand, UnmanagedCode = 
true)]
public 
sealed 
class 
BackgroundCopyManager20 : 

IBackgroundCopyManager
<
SerializableAttribute> _
<
ClassInterfaceAttribute(
ClassInterfaceType.None)> _
<

GuidAttribute("659cdea7-489e-11d9-a9cd-000d56965251")> _
<
SecurityPermissionAttribute(
SecurityAction.Demand, UnmanagedCode := 
True)> _
Public 
NotInheritable 
Class 
BackgroundCopyManager20 _
	
Implements 

IBackgroundCopyManager
[
SerializableAttribute]
[
ClassInterfaceAttribute(
ClassInterfaceType::None)]
[

GuidAttribute(L"659cdea7-489e-11d9-a9cd-000d56965251")]
[
SecurityPermissionAttribute(
SecurityAction::Demand, UnmanagedCode = 
true)]
public 
ref class 
BackgroundCopyManager20 
sealed : 

IBackgroundCopyManager

Members

                 
  All Members     Constructors      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
BackgroundCopyManager20 () () () ()
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 . . :: . . BackgroundCopyManager20

See Also