 | ServerChannelHandleInitialize Method |
Called just after this channel connects to the NetSwitch server.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxprotected virtual void HandleInitialize()
Protected Overridable Sub HandleInitialize
RemarksThis event occurs only once in the life cycle of a server
channel.
This method is meant to be overridden by classes that extend
ServerChannel. This default implementation does
nothing.
See Also