Click or drag to resize

ChannelBaseHandleInbound Method

Handles an inbound message received by this channel.

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
protected abstract void HandleInbound(
	Message inbound
)

Parameters

inbound
Type: OBCOM.NetSwitchLib.MessagesMessage
The inbound message to be handled.
Exceptions
ExceptionCondition
ArgumentNullExceptioninbound is null.
See Also