Skip to content
DocsTry Aspire
DocsTry

BeforeResourceStartedEvent

Classnet8.0
📦 Aspire.Hosting v13.4.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
{
// ...
}