Click or drag to resize

ServerChannelProcessOneWay Method

Called when a one-way message is received.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public virtual void ProcessOneWay(
	string name,
	Message message
)

Parameters

name
Type: SystemString
The name of the entity that sent the message.
message
Type: OBCOM.NetClientMessage
The data of the one-way message.
See Also