Skip to content
DocsTry Aspire
DocsTry

ResourceReadyEvent

Handle
📦 Aspire.Hosting v13.4.0
interface ResourceReadyEvent
extends IDistributedApplicationEvent,
IDistributedApplicationResourceEvent {
readonly resource: IResource;
readonly services: IServiceProvider;
}

Properties

propertyresourceIResourceget
The resource that is in a healthy state.
propertyservicesIServiceProviderget
Gets the Services property