UtilityInvokeDownloader Method |
Start an asynchronous download operation.
The download runs in a separate appdomain. After triggering that process this method returns immediately.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static void InvokeDownloader(
string sourceUri,
string targetUri,
bool silent
)
Public Shared Sub InvokeDownloader (
sourceUri As String,
targetUri As String,
silent As Boolean
)
Parameters
- sourceUri
- Type: SystemString
Uri of data to download. - targetUri
- Type: SystemString
Uri of file on local disk where to store downloaded data. - silent
- Type: SystemBoolean
If true the download will not display any user interface.
See Also