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

Gets an IEnumBitsPeerCacheRecords that can be used to enumerate records in the cache

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
EnumRecords(
	
out 

IEnumBitsPeerCacheRecords 
records
)
Sub 
EnumRecords ( _
		<
OutAttribute> 
ByRef 
records 
As 

IEnumBitsPeerCacheRecords _
)
void 
EnumRecords(
		[
OutAttribute] 

IEnumBitsPeerCacheRecords^% 
records
)

Parameters

records
IEnumBitsPeerCacheRecords %

See Also