Share via


AfterPublishEvent Class

Definition

This event is published after the distributed application is published.

public sealed class AfterPublishEvent : Aspire.Hosting.Eventing.IDistributedApplicationEvent
type AfterPublishEvent = class
    interface IDistributedApplicationEvent
Public NotInheritable Class AfterPublishEvent
Implements IDistributedApplicationEvent
Inheritance
AfterPublishEvent
Implements

Constructors

AfterPublishEvent(IServiceProvider, DistributedApplicationModel)

This event is published after the distributed application is published.

Properties

Model

The DistributedApplicationModel instance.

Services

The IServiceProvider for the app host.

Applies to