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)
Syntaxpublic virtual void ProcessOneWay(
string name,
Message message
)
Public Overridable Sub ProcessOneWay (
name As String,
message As 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