Share via


BeforePublishEvent Class

Definition

This event is published before the distributed application is published.

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

Constructors

BeforePublishEvent(IServiceProvider, DistributedApplicationModel)

This event is published before the distributed application is published.

Properties

Model

The DistributedApplicationModel instance.

Services

The IServiceProvider for the app host.

Applies to