Skip to content
DocsTry Aspire
DocsTry

ResourceStoppedEvent

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

Properties

propertyresourceIResourceget
Gets the Resource property
propertyservicesIServiceProviderget
Gets the Services property