PortalCollectionRegisterRequest Method |
Register an request class for packetprocessing
Namespace: Vaser Assembly: Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntaxpublic void RegisterRequest( cRequest RequestHandler, Portal portal, ushort ContainerID )
Parameters
- RequestHandler
- Type: Vaser.OONcRequest
An initialized request class. - portal
- Type: VaserPortal
The portal. - ContainerID
- Type: SystemUInt16
The container ID.
See Also