Skip to content
Docs Try Aspire

WaitType

Enum net10.0
📦 Aspire.Hosting v13.1.2
Specifies the type of Wait applied to dependency resources.
namespace Aspire.Hosting.ApplicationModel;
public sealed enum WaitType
WaitUntilHealthy = 0
Dependent resource will wait until resource starts and all health checks are satisfied.
WaitForCompletion = 1
Dependent resource will wait until resource completes.
WaitUntilStarted = 2
Dependent resource will wait until resource enters the Running state.