BeforeResourceStartedEvent
Class net10.0
This event is raised by orchestrators before they have started a new resource.
namespace Aspire.Hosting.ApplicationModel;
public class BeforeResourceStartedEvent : Aspire.Hosting.Eventing.IDistributedApplicationEvent, Aspire.Hosting.Eventing.IDistributedApplicationResourceEvent{ // ...}Remarks
Section titled Remarks Resources that are created by orchestrators may not yet be ready to handle requests.