Click or drag to resize

ServerNetworkService_CloudFunctionsDownloadFileContentEventDelegate Delegate


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void DownloadFileContentEventDelegate(
	ServerNetworkService_CloudFunctions sender,
	ServerNodeClient client,
	long requestID,
	ServerNetworkService_CloudFunctionsDownloadFileContentPart[] parts,
	string anyData,
	ref bool answerHandled,
	ref string error
)

Parameters

sender  ServerNetworkService_CloudFunctions
 
client  ServerNodeClient
 
requestID  Int64
 
parts  ServerNetworkService_CloudFunctionsDownloadFileContentPart
 
anyData  String
 
answerHandled  Boolean
 
error  String
 
See Also