Share via


AfterPublishEvent(IServiceProvider, DistributedApplicationModel) Constructor

Definition

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.

Applies to