Skip to content
Docs Try Aspire

WaitBehavior

Enum net10.0
📦 Aspire.Hosting v13.1.2
Specifies the behavior of the wait.
namespace Aspire.Hosting.ApplicationModel;
public sealed enum WaitBehavior
WaitOnResourceUnavailable = 0
If the resource is unavailable, continue waiting.
StopOnResourceUnavailable = 1
If the resource is unavailable, stop waiting.