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