Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

WaitAnnotation

Classsealednet10.0
📦 Aspire.Hosting v13.5.4
Represents a wait relationship between two resources.
namespace Aspire.Hosting.ApplicationModel;
public sealed class WaitAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}
The holder of this annotation is waiting on the resource in the WaitAnnotation.Resource property.
View all constructors
View all properties