The Commit method finalises the Install and commits any pending changes.

Namespace: DotNetNuke.Services.Installer.Installers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public override void Commit()
Visual Basic
Public Overrides Sub Commit

Remarks

In the case of Clenup this is not neccessary

See Also