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

Next file in the enumeration

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
Next(
	
uint 
count,
	
out 

IBackgroundCopyJob 
job,
	
out 
uint 
jobsCount
)
Sub 
Next ( _
	
count 
As 
UInteger, _
		<
OutAttribute> 
ByRef 
job 
As 

IBackgroundCopyJob, _
		<
OutAttribute> 
ByRef 
jobsCount 
As 
UInteger _
)
void 
Next(
	
unsigned int 
count, 
		[
OutAttribute] 

IBackgroundCopyJob^% 
job, 
		[
OutAttribute] 
unsigned int% 
jobsCount
)

Parameters

count
UInt32
job
IBackgroundCopyJob %
jobsCount
UInt32 %

See Also