FileDownloadManagerDownload Method |
https://www.emgu.com
Download the files.
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic Task Download(
int retry = 1
)
Public Function Download (
Optional retry As Integer = 1
) As Task
public:
Task^ Download(
int retry = 1
)
member Download :
?retry : int
(* Defaults:
let _retry = defaultArg retry 1
*)
-> Task
Parameters
- retry (Optional)
- Type: SystemInt32
The number of retries.
Return Value
Type:
TaskThe async Task
See Also