Universal Windows Service Class Library

Installer.Commit Method 

Commit installation of the service on this computer.

public override void Commit(
   IDictionary savedState
);

Parameters

savedState
IDictionary containing data for status of computer after installation.

Remarks

Function commit installation of the service on this computer.

Exceptions

Exception TypeCondition
ArgumentExceptionThe savedState argument is null.
ExceptionAn error during commit phase of installation occured. Commit will be continued but perhaps not all data could be installed.

See Also

Installer Class | uws Namespace