CheckForUpdateCompletedEventArgsResult Property |
Gets a value indicating whether an available update was found.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic bool Result { get; }
Public ReadOnly Property Result As Boolean
Get
public:
property bool Result {
bool get ();
}
member Result : bool with get
Property Value
Type:
Boolean if an available update was found; otherwise,
.
Exceptions
Remarks
Your
CheckForUpdateCompleted event
handler should always check the
Error and
Cancelled properties before accessing the
Result property. If an exception was raised or if the operation was canceled,
accessing the
Result property raises an exception.
See Also