Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

ResourceReadyEvent

Classnet10.0
📦 Aspire.Hosting v13.5.3
Event that is raised when a resource initially transitions to a ready state.
namespace Aspire.Hosting.ApplicationModel;
public class ResourceReadyEvent
: Aspire.Hosting.Eventing.IDistributedApplicationEvent,
Aspire.Hosting.Eventing.IDistributedApplicationResourceEvent
{
// ...
}
This event is only fired the first time a resource transitions to a ready state after starting.
View all constructors
View all properties