C-DEngine 5.105

TheTimeouts..::..UserCheckRate Property

Amount of Health-Ticks to check if a relay has synced users in the cloud

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

Syntax


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