IUninstallPackage
Namespace: AnyPackage.Provider
Interface to support Uninstall-Package
command.
public interface IUninstallPackage
Methods
UninstallPackage(PackageRequest)
Uninstalls packages with the specified request.
void UninstallPackage(PackageRequest request)
Parameters
request
PackageRequest
Package request.
Remarks:
If the requested package is not found, no exception should be thrown.