Click or drag to resize
UpdateDisplayRecheckDelayMinutes Property
Gets or sets the number of minutes the control will wait before retrying an update check, if it failed to find an update previously.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public int RecheckDelayMinutes { get; set; }

Property Value

Type: Int32
Remarks
The control will only retry update checks if AutoStart is . Setting this property to 0 will disable automatically retrying update checks.
See Also