Click or drag to resize
UpdateControllerReadLastUpdateInformation Method
Gets information about the last update applied for this application ID.

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 LastUpdate ReadLastUpdateInformation()

Return Value

Type: LastUpdate
A LastUpdate instance populated with information about the last update applied using the controller's ApplicationId.
See Also