Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlProvider
| Type | Name | Description | |
|---|---|---|---|
| bool | TryToDownloadFileFromBackgroundThread
(
const TSharedRef< class FDownloadFile >& InOperation, |
Executes the FDownloadFile operation, but unlike the Execute method this can be called from a background thread, this works because FDownloadFile is thread safe and it does not change the state of source control. | |
| bool | TryToDownloadFileFromBackgroundThread
(
const TSharedRef< class FDownloadFile >& InOperation, |
Executes the FDownloadFile operation, but unlike the Execute method this can be called from a background thread, this works because FDownloadFile is thread safe and it does not change the state of source control. |