Click or drag to resize

NetConnectionGetSendQueueInfo Method

Zero windowSize indicates that the channel is not yet instantiated (used) Negative freeWindowSlots means this amount of messages are currently queued but delayed due to closed window

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetSendQueueInfo(
	NetDeliveryMethod method,
	int sequenceChannel,
	out int windowSize,
	out int freeWindowSlots
)

Parameters

method
Type: Internal.Lidgren.NetworkNetDeliveryMethod
sequenceChannel
Type: SystemInt32
windowSize
Type: SystemInt32
freeWindowSlots
Type: SystemInt32
See Also