Click or drag to resize

ClientNetworkService_CloudFunctionsDownloadFileAsync Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Task<ClientNetworkService_CloudFunctionsDownloadFilesResult> DownloadFileAsync(
	ClientNetworkService_CloudFunctionsDataSource source,
	string sourceFilePath,
	string targetFullPath,
	bool skipDownloadIfUpToDate,
	string anyData = null,
	ClientNetworkService_CloudFunctionsDownloadFilesProgressCallback progressCallback = null,
	CancellationToken cancellationToken = default
)

Parameters

source  ClientNetworkService_CloudFunctionsDataSource
 
sourceFilePath  String
 
targetFullPath  String
 
skipDownloadIfUpToDate  Boolean
 
anyData  String  (Optional)
 
progressCallback  ClientNetworkService_CloudFunctionsDownloadFilesProgressCallback  (Optional)
 
cancellationToken  CancellationToken  (Optional)
 

Return Value

TaskClientNetworkService_CloudFunctionsDownloadFilesResult
See Also