Skip to content
Docs Try Aspire

AfterResourcesCreatedEvent

Handle
📦 Aspire.Hosting v13.2.0
interface AfterResourcesCreatedEvent extends IDistributedApplicationEvent {
readonly model: DistributedApplicationModel;
readonly services: IServiceProvider;
}

Properties

property model DistributedApplicationModel get
Gets the Model property
property services IServiceProvider get
Gets the Services property