







|
| Lidgren Network Library documentation |
| NetPeer..::..FlushSendQueue Method |
| NetPeer Class See Also Send Feedback |
If NetPeerConfiguration.AutoFlushSendQueue() is false; you need to call this to send all messages queued using SendMessage()
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
| C# |
|---|
public void FlushSendQueue() |
| Visual Basic |
|---|
Public Sub FlushSendQueue |
| Visual C++ |
|---|
public: void FlushSendQueue() |
