BeforePublishEvent(IServiceProvider, DistributedApplicationModel) Constructor
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.
This event is published before the distributed application is published.
public BeforePublishEvent(IServiceProvider services, Aspire.Hosting.ApplicationModel.DistributedApplicationModel model);
new Aspire.Hosting.Publishing.BeforePublishEvent : IServiceProvider * Aspire.Hosting.ApplicationModel.DistributedApplicationModel -> Aspire.Hosting.Publishing.BeforePublishEvent
Public Sub New (services As IServiceProvider, model As DistributedApplicationModel)
Parameters
- services
- IServiceProvider
The IServiceProvider for the app host.