WaitBehavior
Enum net10.0
Specifies the behavior of the wait.
namespace Aspire.Hosting.ApplicationModel;
public sealed enum WaitBehaviorEnum Members
Section titled Enum MembersWaitOnResourceUnavailableIf the resource is unavailable, continue waiting.
StopOnResourceUnavailableIf the resource is unavailable, stop waiting.