C-DEngine 5.105

TheServiceHostInfo..::..DISCOScanRate Property

Sets the Scan Rate for Discovery. If set to zero, No periodic scanning will take place. Default is 60 seconds

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

Syntax


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