Unregisters an application. Will save metabase file if autoSave parameter is set to true.
Unregisters an application. Will save metabase file if autoSave parameter is set to true.
public void UnregisterApplication(ApplicationEntry,bool);
Unregisters an application and saves the changes to the metabase file.
public static ApplicationEntry UnregisterApplication(Guid);
Unregisters an application specified by the appID parameter. Will save metabase file automatically if autoSave parameter is set to true.
public ApplicationEntry UnregisterApplication(Guid,bool);
Metabase Class | CassiniConfiguration Namespace