IDownloadDownloadFileAsync Method

Definition

Namespace: SuperBuilderWinService.Providers
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
Task<string> DownloadFileAsync(
	string fileUrl,
	string outputFilePath,
	IProgress<int>? progress,
	string? tokenId = null
)

Parameters

fileUrl  String

[Missing <param name="fileUrl"/> documentation for "M:SuperBuilderWinService.Providers.IDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]

outputFilePath  String

[Missing <param name="outputFilePath"/> documentation for "M:SuperBuilderWinService.Providers.IDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]

progress  IProgressInt32

[Missing <param name="progress"/> documentation for "M:SuperBuilderWinService.Providers.IDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]

tokenId  String  (Optional)

[Missing <param name="tokenId"/> documentation for "M:SuperBuilderWinService.Providers.IDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]

Return Value

TaskString

[Missing <returns> documentation for "M:SuperBuilderWinService.Providers.IDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]

See Also