9 references to WaitOnResourceUnavailable
Aspire.Hosting (5)
ApplicationModel\ResourceNotificationService.cs (3)
212WaitBehavior.WaitOnResourceUnavailable => snapshot.State?.Text == KnownResourceStates.Running, 266/// When <see cref="WaitBehavior.WaitOnResourceUnavailable"/> is specified the wait operation 294WaitBehavior.WaitOnResourceUnavailable => snapshot.HealthStatus == HealthStatus.Healthy,
DistributedApplicationBuilder.cs (1)
250o.DefaultWaitBehavior = options.DisableDashboard ? WaitBehavior.StopOnResourceUnavailable : WaitBehavior.WaitOnResourceUnavailable;
ResourceBuilderExtensions.cs (1)
1070/// wait operation. When <see cref="WaitBehavior.WaitOnResourceUnavailable"/> is specified, the wait
Aspire.Hosting.Tests (4)
WaitForTests.cs (4)
269WaitBehavior.WaitOnResourceUnavailable 278[InlineData(WaitBehavior.WaitOnResourceUnavailable, typeof(TimeoutException), "The operation has timed out.")] 352.WaitFor(dependency, WaitBehavior.WaitOnResourceUnavailable); 393o.DefaultWaitBehavior = WaitBehavior.WaitOnResourceUnavailable;