Skip to content
Docs Try Aspire

InitializeResourceEvent

Class net10.0
📦 Aspire.Hosting v13.1.2
This event is raised by orchestrators to signal to resources that they should initialize themselves.
namespace Aspire.Hosting.ApplicationModel;
public class InitializeResourceEvent
: Aspire.Hosting.Eventing.IDistributedApplicationEvent,
Aspire.Hosting.Eventing.IDistributedApplicationResourceEvent
{
// ...
}