public override Task<string> DownloadFileAsync(
string remoteFileUrl,
string outputFilePath,
IProgress<int>? progress,
string? tokenId
)
Public Overrides Function DownloadFileAsync (
remoteFileUrl As String,
outputFilePath As String,
progress As IProgress(Of Integer),
tokenId As String
) As Task(Of String)
public:
virtual Task<String^>^ DownloadFileAsync(
String^ remoteFileUrl,
String^ outputFilePath,
IProgress<int>^ progress,
String^ tokenId
) override
abstract DownloadFileAsync :
remoteFileUrl : string *
outputFilePath : string *
progress : IProgress<int> *
tokenId : string -> Task<string>
override DownloadFileAsync :
remoteFileUrl : string *
outputFilePath : string *
progress : IProgress<int> *
tokenId : string -> Task<string>
[Missing <param name="remoteFileUrl"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.ModelDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]
[Missing <param name="outputFilePath"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.ModelDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]
[Missing <param name="progress"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.ModelDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]
[Missing <param name="tokenId"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.ModelDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.ModelDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]