FlushSendQueue Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
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()

See Also