C-DEngine 5.105

TheServiceHostInfo..::..DisableChunking Property

If true, the SmartQueue will chunk any message. ATTENTION: If a device cannot handle large messages, because it ran out of memory or the message is larger than the buffer a device can handle, the large telegram will be lost!

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool DisableChunking { get; set; }
Public Property DisableChunking As Boolean
	Get
	Set
public:
property bool^ DisableChunking {
	bool^ get ();
	void set (bool^ value);
}