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