UpdateControllerReadLastUpdateInformation Method |
Gets information about the last update applied for this application ID.
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 LastUpdate ReadLastUpdateInformation()
Public Function ReadLastUpdateInformation As LastUpdate
public:
LastUpdate^ ReadLastUpdateInformation()
member ReadLastUpdateInformation : unit -> LastUpdate
Return Value
Type:
LastUpdate
A
LastUpdate instance populated with information about the last update
applied using the controller's
ApplicationId.
See Also