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