AutoFlushSendQueue Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Enables or disables automatic flushing of the send queue. If disabled, you must manully call NetPeer.FlushSendQueue() to flush sent messages to network.

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public bool AutoFlushSendQueue { get; set; }
Visual Basic
Public Property AutoFlushSendQueue As Boolean
	Get
	Set
Visual C++
public:
property bool AutoFlushSendQueue {
	bool get ();
	void set (bool value);
}

See Also