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

Clones the enumerator

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

Syntax

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

IEnumBitsPeerCacheRecords 
cacheRecordsEnum
)
Sub 
Clone ( _
		<
OutAttribute> 
ByRef 
cacheRecordsEnum 
As 

IEnumBitsPeerCacheRecords _
)
void 
Clone(
		[
OutAttribute] 

IEnumBitsPeerCacheRecords^% 
cacheRecordsEnum
)

Parameters

cacheRecordsEnum
IEnumBitsPeerCacheRecords %

See Also