Click or drag to resize

PortalCollectionRegisterChannel Method

Register an channel class for packetprocessing

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public void RegisterChannel( 	cChannel ChannelHandler, 	Portal portal, 	ushort ContainerID )

Parameters

ChannelHandler
Type: Vaser.OONcChannel
An initialized channel class.
portal
Type: VaserPortal
The portal.
ContainerID
Type: SystemUInt16
The container ID.
See Also