Click or drag to resize

ServerNetworkService_CloudFunctionsCreateDirectoryEventDelegate Delegate


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void CreateDirectoryEventDelegate(
	ServerNetworkService_CloudFunctions sender,
	ServerNodeClient client,
	long requestID,
	ServerNetworkService_CloudFunctionsFileSource source,
	ref string directoryPath,
	string anyData,
	ref bool answerHandled,
	ref string error
)

Parameters

sender  ServerNetworkService_CloudFunctions
 
client  ServerNodeClient
 
requestID  Int64
 
source  ServerNetworkService_CloudFunctionsFileSource
 
directoryPath  String
 
anyData  String
 
answerHandled  Boolean
 
error  String
 
See Also