ConfigMgrBitsDownloadRequest.AddFileToDownloadQueue Method (Uri, String)
Adds a file to the download queue by using an explicitly defined file path.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddFileToDownloadQueue(
Uri remoteUri,
string localFilePath
)
public:
void AddFileToDownloadQueue(
Uri^ remoteUri,
String^ localFilePath
)
Public Sub AddFileToDownloadQueue (
remoteUri As Uri,
localFilePath As String
)
Parameters
remoteUri
Type: System.UriRemote URI.
localFilePath
Type: System.StringLocal path to the destination file.
See Also
AddFileToDownloadQueue Overload
ConfigMgrBitsDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top