Skip to content
Docs Try Aspire
Docs Try

ResourceReadyEvent

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

Properties

property resource IResource get
The resource that is in a healthy state.
property services IServiceProvider get
Gets the Services property