Cassini Configuration API Documentation

Metabase.UnregisterApplication Method

Unregisters an application. Will save metabase file if autoSave parameter is set to true.

Overload List

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);

See Also

Metabase Class | CassiniConfiguration Namespace