Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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