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

Called when the job has been modified

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
JobModification(
	

IBackgroundCopyJob 
job,
	
uint 
reserved
)
Sub 
JobModification ( _
	
job 
As 

IBackgroundCopyJob, _
	
reserved 
As 
UInteger _
)
void 
JobModification(
		[
InAttribute] 

IBackgroundCopyJob^ 
job, 
	
unsigned int 
reserved
)

Parameters

job
IBackgroundCopyJob
reserved
UInt32

See Also