Lidgren Network Library documentation |
NetConnection..::..GetSendQueueInfo Method |
NetConnection Class See Also Send Feedback |
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public void GetSendQueueInfo( NetDeliveryMethod method, int sequenceChannel, out int windowSize, out int freeWindowSlots ) |
Visual Basic |
---|
Public Sub GetSendQueueInfo ( _ method As NetDeliveryMethod, _ sequenceChannel As Integer, _ <OutAttribute> ByRef windowSize As Integer, _ <OutAttribute> ByRef freeWindowSlots As Integer _ ) |
Visual C++ |
---|
public: void GetSendQueueInfo( NetDeliveryMethod method, int sequenceChannel, [OutAttribute] int% windowSize, [OutAttribute] int% freeWindowSlots ) |
Parameters
- method
- Type: Lidgren.Network..::..NetDeliveryMethod
[Missing <param name="method"/> documentation for "M:Lidgren.Network.NetConnection.GetSendQueueInfo(Lidgren.Network.NetDeliveryMethod,System.Int32,System.Int32@,System.Int32@)"]
- sequenceChannel
- Type: System..::..Int32
[Missing <param name="sequenceChannel"/> documentation for "M:Lidgren.Network.NetConnection.GetSendQueueInfo(Lidgren.Network.NetDeliveryMethod,System.Int32,System.Int32@,System.Int32@)"]
- windowSize
- Type: System..::..Int32%
[Missing <param name="windowSize"/> documentation for "M:Lidgren.Network.NetConnection.GetSendQueueInfo(Lidgren.Network.NetDeliveryMethod,System.Int32,System.Int32@,System.Int32@)"]
- freeWindowSlots
- Type: System..::..Int32%
[Missing <param name="freeWindowSlots"/> documentation for "M:Lidgren.Network.NetConnection.GetSendQueueInfo(Lidgren.Network.NetDeliveryMethod,System.Int32,System.Int32@,System.Int32@)"]