IPackageCatalogStatics2.OpenForPackage(Package) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows listening to any Package and its dependents (optional, resource, and hostRuntime).
public:
PackageCatalog ^ OpenForPackage(Package ^ package);
PackageCatalog OpenForPackage(Package const& package);
public PackageCatalog OpenForPackage(Package package);
function openForPackage(package)
Public Function OpenForPackage (package As Package) As PackageCatalog
Parameters
- package
- Package
The Package which will be monitored for notifications.
Returns
The PackageCatalog used to listen for deployment notifications.