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

Called when BITS is finished transferring a file

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

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
FileTransferred(
	
ref 

IBackgroundCopyJob 
job,
	

IBackgroundCopyFile 
file
)
Sub 
FileTransferred ( _
	
ByRef 
job 
As 

IBackgroundCopyJob, _
	
file 
As 

IBackgroundCopyFile _
)
void 
FileTransferred(
	

IBackgroundCopyJob^% 
job, 
	

IBackgroundCopyFile^ 
file
)

See Also