public override Task<string> DownloadFileAsync(
string fileUrl,
string outputFilePath = "",
IProgress<int>? progress = null,
string? tokenId = ""
)
Public Overrides Function DownloadFileAsync (
fileUrl As String,
Optional outputFilePath As String = "",
Optional progress As IProgress(Of Integer) = Nothing,
Optional tokenId As String = ""
) As Task(Of String)
public:
virtual Task<String^>^ DownloadFileAsync(
String^ fileUrl,
String^ outputFilePath = L"",
IProgress<int>^ progress = nullptr,
String^ tokenId = L""
) override
abstract DownloadFileAsync :
fileUrl : string *
?outputFilePath : string *
?progress : IProgress<int> *
?tokenId : string
(* Defaults:
let _outputFilePath = defaultArg outputFilePath ""
let _progress = defaultArg progress null
let _tokenId = defaultArg tokenId ""
*)
-> Task<string>
override DownloadFileAsync :
fileUrl : string *
?outputFilePath : string *
?progress : IProgress<int> *
?tokenId : string
(* Defaults:
let _outputFilePath = defaultArg outputFilePath ""
let _progress = defaultArg progress null
let _tokenId = defaultArg tokenId ""
*)
-> Task<string>
[Missing <param name="fileUrl"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.ApiDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]
[Missing <param name="outputFilePath"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.ApiDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]
[Missing <param name="progress"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.ApiDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]
[Missing <param name="tokenId"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.ApiDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]
[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.ApiDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]