Skip to content
Docs Try Aspire

BeforeResourceStartedEvent

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