Skip to content
Docs Try Aspire

BeforeResourceStartedEvent

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

Properties

property resource IResource get
Gets the Resource property
property services IServiceProvider get
Gets the Services property