Click or drag to resize

ComponentHierarchyControllerNetworkServerInterfaceBeginNetworkMessageDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void BeginNetworkMessageDelegate(
	ComponentHierarchyControllerNetworkServerInterface sender,
	Component component,
	IList<ServerNetworkService_ComponentsClientItem> clientRecipients,
	ServerNetworkService_ComponentsClientItem clientRecipient,
	IList<ServerNetworkService_UsersUserInfo> userRecipients,
	ServerNetworkService_UsersUserInfo userRecipient,
	bool toEveryone,
	string message,
	ref ArrayDataWriter writer
)

Parameters

sender
Type: NeoAxisComponentHierarchyControllerNetworkServerInterface
component
Type: NeoAxisComponent
clientRecipients
Type: System.Collections.GenericIListServerNetworkService_ComponentsClientItem
clientRecipient
Type: NeoAxisServerNetworkService_ComponentsClientItem
userRecipients
Type: System.Collections.GenericIListServerNetworkService_UsersUserInfo
userRecipient
Type: NeoAxisServerNetworkService_UsersUserInfo
toEveryone
Type: SystemBoolean
message
Type: SystemString
writer
Type: NeoAxisArrayDataWriter
See Also