[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.5 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("03ca98d6-ff5d-49b8-abc6-03dd84127020")]
[
SecurityPermissionAttribute(
SecurityAction.Demand, UnmanagedCode = 
true)]
public 
sealed 
class 
BackgroundCopyManager25 : 

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

GuidAttribute("03ca98d6-ff5d-49b8-abc6-03dd84127020")> _
<
SecurityPermissionAttribute(
SecurityAction.Demand, UnmanagedCode := 
True)> _
Public 
NotInheritable 
Class 
BackgroundCopyManager25 _
	
Implements 

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

GuidAttribute(L"03ca98d6-ff5d-49b8-abc6-03dd84127020")]
[
SecurityPermissionAttribute(
SecurityAction::Demand, UnmanagedCode = 
true)]
public 
ref class 
BackgroundCopyManager25 
sealed : 

IBackgroundCopyManager

Members

                 
  All Members     Constructors      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

See Also