When overridden in a derived class, completes the install transaction.
Namespace:
Phoenix.ServicesAssembly: phoenixservices (in phoenixservices.exe) Version: 2.9.3209.25658 (2.9.0.0)
Syntax
| C# |
|---|
public override void Commit( IDictionary savedState ) |
Parameters
- savedState
- Type: System.Collections..::.IDictionary
An IDictionary that contains the state of the computer after all the installers in the collection have run.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | The savedState parameter is null.-or- The saved-state IDictionary might have been corrupted. |
| System.Configuration.Install..::.InstallException | An exception occurred during the Commit(IDictionary) phase of the installation. This exception is ignored and the installation continues. However, the application might not function correctly after the installation is complete. |
