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