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

Called when the state of the job changes to BG_JOB_STATE_ERROR

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
JobError(
	

IBackgroundCopyJob 
job,
	

IBackgroundCopyError 
error
)
Sub 
JobError ( _
	
job 
As 

IBackgroundCopyJob, _
	
error 
As 

IBackgroundCopyError _
)

See Also