C-DEngine 5.105

TheServiceHostInfo..::..MaximumHops Property

If this value is greater than zero and a telegram comes in with a higher node count in the telegram, it will be rejected.

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

Syntax


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