FileDownloadManagerHttpClientWithProgressDownloadFileTaskAsync Method |
https://www.emgu.com
Download file asynchronously
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic Task DownloadFileTaskAsync(
string downloadUrl,
string destinationFilePath
)
Public Function DownloadFileTaskAsync (
downloadUrl As String,
destinationFilePath As String
) As Task
public:
Task^ DownloadFileTaskAsync(
String^ downloadUrl,
String^ destinationFilePath
)
member DownloadFileTaskAsync :
downloadUrl : string *
destinationFilePath : string -> Task
Parameters
- downloadUrl
- Type: SystemString
The download url - destinationFilePath
- Type: SystemString
The destination file path
Return Value
Type:
TaskThe task
See Also