AfterPublishEvent
Handle
interface AfterPublishEvent extends IDistributedApplicationEvent { readonly model: DistributedApplicationModel; readonly services: IServiceProvider;}Properties
property
model DistributedApplicationModel get The `DistributedApplicationModel` instance.
property
services IServiceProvider get The `IServiceProvider` for the app host.