Click or drag to resize
UpdateAction Constructor
Initializes a new instance of the UpdateAction class.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
protected 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