Click or drag to resize
ActionBuilderCleanupAfterBuild Method
Performs any work needed after building the project.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public virtual void CleanupAfterBuild(
	BuildContext context
)

Parameters

context
Type: Kjs.AppLife.Update.Engine.Core.DesignBuildContext
A BuildContext representing the current state of the build process.
Remarks
Any changes made to Action during PrepareForBuild(BuildContext) should be reversed in CleanupAfterBuild(BuildContext).
See Also