C-DEngine 5.105

TheServiceHostInfo..::..ThingRegistryStoreInterval Property

The time interval the ThingRegistry will be saved to Disk

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

Syntax


public int ThingRegistryStoreInterval { get; set; }
Public Property ThingRegistryStoreInterval As Integer
	Get
	Set
public:
property int^ ThingRegistryStoreInterval {
	int^ get ();
	void set (int^ value);
}