Click or drag to resize

ChatsNewChat(ServerNetworkService_CloudFunctionsCallMethodContext, String, String, String) Method


Namespace: NeoAxis.CloudServer
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static long NewChat(
	ServerNetworkService_CloudFunctionsCallMethodContext context,
	string name,
	string group,
	string anyData
)

Parameters

context  ServerNetworkService_CloudFunctionsCallMethodContext
 
name  String
 
group  String
 
anyData  String
 

Return Value

Int64
See Also