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

Enumerates BITS peers

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("659cdead-489e-11d9-a9cd-000d56965251")]
public 
interface 
IEnumBitsPeers
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
<

GuidAttribute("659cdead-489e-11d9-a9cd-000d56965251")> _
Public 
Interface 
IEnumBitsPeers
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
[

GuidAttribute(L"659cdead-489e-11d9-a9cd-000d56965251")]
public 
interface class 
IEnumBitsPeers

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Clone(IEnumBitsPeers % )
Clones the current peer enumeration
GetCount(UInt64 % )
Gets the count of items in the enumeration
Next(UInt64, IBitsPeer % , UInt64 % )
Retrieves a specified number of items in the enumeration sequence
Reset () () () ()
Resets the enumeration sequence
Skip(UInt64)
Skips a specified number of elements in the sequence

See Also