C-DEngine 5.105

TheServiceHostInfo..::..IsMemoryOptimized Property

If true, the node tries to be as memory optimized as possible. Performance might be slightly decreased and logging and other storage based options might be unavailable

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

Syntax


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