Click or drag to resize

ComponentHierarchyControllerNetworkServerInterfacePerformBeginNetworkMessage Method

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

Parameters

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

Return Value

Type: ArrayDataWriter
See Also