C# Класс ZeroInstall.Store.Implementations.StoreExtensions

Contains extension methods for IStores.
Показать файл Открыть проект

Открытые методы

Метод Описание
Purge ( [ store, [ handler ) : void

Removes all implementations from a store.

Описание методов

Purge() публичный статический Метод

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.
Результат void