C# Class ZeroInstall.Store.Implementations.StoreExtensions

Contains extension methods for IStores.
Datei anzeigen Open project: 0install/0install-win

Public Methods

Method Description
Purge ( [ store, [ handler ) : void

Removes all implementations from a store.

Method Details

Purge() public static method

Removes all implementations from a store.
The user canceled the task. An implementation could not be deleted. Write access to the store is not permitted.
public static Purge ( [ store, [ handler ) : void
store [ The store to be purged.
handler [ A callback object used when the the user is to be informed about progress.
return void