WebUpdateController.GetCurrentUpdate Method

This method immediately returns an UpdateInformation instance containing information about the update found by the proxy updater. If the proxy updater has not found an update, GetCurrentUpdate() returns null. UpdateInformation contains the same information as Kjs.AppLife.Controller.UpdateInformation, with an additional property that contains the identity for the CheckForUpdate operation that was used to retrieve the UpdateInformation.

[Visual Basic]

Public Function GetCurrentUpdate() As UpdateInformation

[C#]

public UpdateInformation GetCurrentUpdate()

See Also

WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace