C-DEngine 5.105

TheHistoryParameters..::..HistoryStoreParameters Property

If MaintainHistoryStore is true and ExternalHistoryStore is false, these parameters are used to create the storage mirror to receive history entries.

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

Syntax


public TheStorageMirrorParameters HistoryStoreParameters { get; set; }
Public Property HistoryStoreParameters As TheStorageMirrorParameters
	Get
	Set
public:
property TheStorageMirrorParameters^ HistoryStoreParameters {
	TheStorageMirrorParameters^ get ();
	void set (TheStorageMirrorParameters^ value);
}