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

BITS job enumerator

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
[

GuidAttribute("1AF4F612-3B71-466F-8F58-7B6F73AC57AD")]
public 
interface 
IEnumBackgroundCopyJobs
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
<

GuidAttribute("1AF4F612-3B71-466F-8F58-7B6F73AC57AD")> _
Public 
Interface 
IEnumBackgroundCopyJobs
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
[

GuidAttribute(L"1AF4F612-3B71-466F-8F58-7B6F73AC57AD")]
public 
interface class 
IEnumBackgroundCopyJobs

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Clone(IEnumBackgroundCopyJobs % )
Clones enumeration
GetCount(UInt32 % )
Gets count of jobs in enumeration
Next(UInt32, IBackgroundCopyJob % , UInt32 % )
Next file in the enumeration
Reset () () () ()
Reset enumeration
Skip(UInt32)
Skips positions in enumeration

See Also