C-DEngine 5.105

TheTimeouts..::..StorageCleanCycle Property

Default cycle for storage pruning

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

Syntax


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