Skip to content
Docs Try Aspire

ResourceReadyEvent

Class net10.0
📦 Aspire.Hosting v13.1.2
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
{
// ...
}