Click or drag to resize

ServerNetworkService_CloudFunctionsDeleteDirectoryEventDelegate Delegate


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

Parameters

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