BeforePublishEvent Class
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 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. |