4 references to WaitType
Aspire.Hosting (3)
ApplicationModel\ResourceNotificationService.cs (2)
382
var pendingDependency = waitAnnotation.
WaitType
switch
386
_ => throw new DistributedApplicationException($"Unexpected wait type: {waitAnnotation.
WaitType
}")
ApplicationModel\WaitAnnotation.cs (1)
31
/// The behavior of the wait. Only applicable when <see cref="
WaitType
"/> is <see cref="WaitType.WaitUntilHealthy"/>.
Aspire.Hosting.Docker (1)
DockerComposeServiceResource.cs (1)
139
Condition = waitAnnotation.
WaitType
switch