Click or drag to resize

ServerChannelHandleReinitialize Method

Called just after a console REINIT command is executed.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
protected virtual void HandleReinitialize()
Remarks

This event may occur several times in the life cycle of a server channel.

Before this method is called, the properties of this server channel are cleared and then reloaded from the properties file, if that file still exists and is readable.

This method is meant to be overridden by classes that extend ServerChannel. This default implementation does nothing.

See Also