9 references to WaitOnResourceUnavailable
Aspire.Hosting (5)
ApplicationModel\ResourceNotificationService.cs (3)
211WaitBehavior.WaitOnResourceUnavailable => snapshot.State?.Text == KnownResourceStates.Running, 265/// When <see cref="WaitBehavior.WaitOnResourceUnavailable"/> is specified the wait operation 293WaitBehavior.WaitOnResourceUnavailable => snapshot.HealthStatus == HealthStatus.Healthy,
DistributedApplicationBuilder.cs (1)
241o.DefaultWaitBehavior = options.DisableDashboard ? WaitBehavior.StopOnResourceUnavailable : WaitBehavior.WaitOnResourceUnavailable;
ResourceBuilderExtensions.cs (1)
1041/// 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;