Method StartDownload
StartDownload(String, String)
Called when the operation can begin downloading it data.
Declaration
protected abstract void StartDownload(string remotePath, string localTmpPath)
Parameters
| Type | Name | Description |
|---|---|---|
| String | remotePath | The remote path of the data. This is typically a url. |
| String | localTmpPath | The local path to download the data to. This file will be moved to the final path once completed. |