Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxprotected:
UpdateAction()
new : unit -> UpdateAction
Remarks
In order for a class to be used as a custom action, it must inherit from
UpdateAction and have a public constructor that takes no
parameters.
See Also