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

Enumerates cache records

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 
IEnumBitsPeerCacheRecords
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
<

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

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

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Clone(IEnumBitsPeerCacheRecords % )
Clones the enumerator
GetCount(UInt64 % )
Retrieves the number of items in the enumeration
Next(UInt64, IBitsPeerCacheRecord % , UInt64 % )
Retrieves a specified number of items in the enumeration sequence
Reset () () () ()
Resets the enumeration sequence to the beginning
Skip(UInt64)
Skips a specified number of items in the enumeration sequence

See Also