C# 클래스 ZeroInstall.Store.Implementations.StoreExtensions

Contains extension methods for IStores.
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
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