ResourceReadyEvent
Class net10.0
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{ // ...}Remarks
Section titled Remarks This event is only fired the first time a resource transitions to a ready state after starting.