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