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