Universal Windows Service Class Library

Installer.Rollback Method 

Rollback installation of the service on this computer.

public override void Rollback(
   IDictionary savedState
);

Parameters

savedState
IDictionary containing data for status of computer before installation stated.

Remarks

Function rollback installation of the service on this computer.

Exceptions

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

See Also

Installer Class | uws Namespace