C-DEngine 5.105

TheHistoryParameters..::..ExternalHistoryStore Property

If false, a storage mirror containing TheThingStore instances will be created with default storage mirror configurations, or HistoryStoreParameters if specified. The store can be retrieved using the GetHistoryStore method. If true, a custom storage mirror needs to be created by the caller and passed to RegisterForUpdateHistory/RestartUpdateHistory. The custom storage mirror can contain instances of any class (derived from TheMetaBase) and property values will be set using reflection (class property names must match the thing property names, missing properties are ignored).

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

Syntax


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