5 references to WaitUntilHealthy
Aspire.Hosting (5)
ApplicationModel\ResourceNotificationService.cs (1)
384
WaitType.
WaitUntilHealthy
=> WaitUntilHealthyAsync(resource, waitAnnotation.Resource, waitAnnotation.WaitBehavior ?? DefaultWaitBehavior, cancellationToken),
ApplicationModel\WaitAnnotation.cs (1)
31
/// The behavior of the wait. Only applicable when <see cref="WaitType"/> is <see cref="WaitType.
WaitUntilHealthy
"/>.
Exec\ExecResourceManager.cs (2)
224
executable.Annotations.Add(new WaitAnnotation(project, waitType: WaitType.
WaitUntilHealthy
));
255
containerExecutable.Annotations.Add(new WaitAnnotation(container, waitType: WaitType.
WaitUntilHealthy
));
ResourceBuilderExtensions.cs (1)
1220
return builder.WithAnnotation(new WaitAnnotation(dependency.Resource, WaitType.
WaitUntilHealthy
) { WaitBehavior = waitBehavior });