Click or drag to resize

ServerNetworkService_CloudFunctionsStorageUploadFilesEventDelegate Delegate


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

Parameters

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