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

Retrieves a specified number of items in the enumeration sequence

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
Next(
	
ulong 
count,
	
out 
IBitsPeer 
peer,
	
out 
ulong 
elementsFetched
)
Sub 
Next ( _
	
count 
As 
ULong, _
		<
OutAttribute> 
ByRef 
peer 
As 
IBitsPeer, _
		<
OutAttribute> 
ByRef 
elementsFetched 
As 
ULong _
)
void 
Next(
	
unsigned long long 
count, 
		[
OutAttribute] 
IBitsPeer^% 
peer, 
		[
OutAttribute] 
unsigned long long% 
elementsFetched
)

Parameters

count
UInt64
peer
IBitsPeer %
elementsFetched
UInt64 %

See Also