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

Called when all of the files in the job have been successfully transferred

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
JobTransferred(
	

IBackgroundCopyJob 
job
)
Sub 
JobTransferred ( _
	
job 
As 

IBackgroundCopyJob _
)
void 
JobTransferred(
		[
InAttribute] 

IBackgroundCopyJob^ 
job
)

Parameters

job
IBackgroundCopyJob

See Also