AfterPublishEvent 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 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. |