Skip to content
DocsTry Aspire
DocsTry

BeforeResourceStartedEvent

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

Properties

propertyresourceIResourceget
Gets the Resource property
propertyservicesIServiceProviderget
Gets the Services property