Skip to content
DocsTry Aspire
DocsTry

waitForStart

Method
📦 Aspire.Hosting v13.4.0
interface ContainerResource {
// ... 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

Applies to

This method applies to the following types: