Skip to content
DocsTry Aspire
DocsTry

IResourceWithWaitSupport.waitForStart

Method
📦 Aspire.Hosting v13.4.0
interface IResourceWithWaitSupport {
// ... omitted for brevity
waitForStart(
dependency: IResource,
waitBehavior?: WaitBehavior): IResourceWithWaitSupport;
}

Signature

methodwaitForStartbuilder
Waits for another resource to start
waitForStart(
dependency: IResource,
waitBehavior?: WaitBehavior): IResourceWithWaitSupport
dependencyIResource
waitBehaviorWaitBehavioroptional
IResourceWithWaitSupport

Defined on

This method is defined on the following type: