Click or drag to resize

ClientNetworkService_CloudFunctionsDownloadFilesAsync 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> DownloadFilesAsync(
	ClientNetworkService_CloudFunctionsDataSource source,
	string[] sourceFilePaths,
	string[] targetFullPaths,
	bool skipDownloadIfUpToDate,
	string anyData = null,
	ClientNetworkService_CloudFunctionsDownloadFilesProgressCallback progressCallback = null,
	CancellationToken cancellationToken = default
)

Parameters

source  ClientNetworkService_CloudFunctionsDataSource
 
sourceFilePaths  String
 
targetFullPaths  String
 
skipDownloadIfUpToDate  Boolean
 
anyData  String  (Optional)
 
progressCallback  ClientNetworkService_CloudFunctionsDownloadFilesProgressCallback  (Optional)
 
cancellationToken  CancellationToken  (Optional)
 

Return Value

TaskClientNetworkService_CloudFunctionsDownloadFilesResult
See Also