Click or drag to resize

PortalSendContainer Method

Send data packets to the client.

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public void SendContainer( 	Link lnk, 	Container con, 	ushort ContainerID, 	uint ObjectID, 	bool CallEmptyBufferEvent = false )

Parameters

lnk
Type: VaserLink
the link to the client
con
Type: VaserContainer
the container you want to send. can be null.
ContainerID
Type: SystemUInt16
manually set
ObjectID
Type: SystemUInt32
manually set
CallEmptyBufferEvent (Optional)
Type: SystemBoolean
if true raise an event
See Also