Deleting the Database and Unregistering the Application

Delete the package database, and unregister the application.

  1. To delete the package database, call the generated database's DeleteDatabase method.
    SUP101DB.DeleteDatabase();
  2. Unregister the application by invoking the Application instance's UnregisterApplication method.
    app.UnregisterApplication(<time out value>);