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. |