ManifestDownloadDownloadFileAsync Method

Definition

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

Parameters

remoteFileUrl  String

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

outputFilePath  String

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

progress  IProgressInt32

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

tokenId  String  (Optional)

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

Return Value

TaskString

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

Implements

IDownloadDownloadFileAsync(String, String, IProgressInt32, String)

See Also