ConfigMgrDownloadReply.AddDownloadedFile Method (DownloadedFile)
Adds a downloaded file to the reply list.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected internal void AddDownloadedFile(
DownloadedFile downloadedFile
)
public protected:
void AddDownloadedFile(
DownloadedFile^ downloadedFile
)
Protected Friend Sub AddDownloadedFile (
downloadedFile As DownloadedFile
)
Parameters
downloadedFile
Type: Microsoft.ConfigurationManagement.Messaging.Messages.DownloadedFileThe downloaded file.
See Also
ConfigMgrDownloadReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top