C-DEngine 5.105

TheHistoryParameters..::..Persistent Property

Keep history items across restarts of the C-DEngine host. All changes to the thing during shutdown and startup will be recorded.

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

Syntax


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