Skip to content
DocsTry Aspire
DocsTry

onBeforeResourceStarted

Method
📦 Aspire.Hosting v13.4.0
interface ContainerResource {
// ... omitted for brevity
onBeforeResourceStarted(callback: callback): IResource;
}

Signature

methodonBeforeResourceStartedbuilder
Subscribes to the BeforeResourceStarted event.
onBeforeResourceStarted(callback: (arg: BeforeResourceStartedEvent) => Promise<void>): IResource
callback(arg: BeforeResourceStartedEvent) => Promise<void>
IResource

Applies to

This method applies to the following types: