Skip to content
Docs Try Aspire

ResourceEndpointsAllocatedEvent

Class net10.0
📦 Aspire.Hosting v13.1.2
This event is raised by orchestrators to signal to resources that their endpoints have been allocated.
namespace Aspire.Hosting.ApplicationModel;
public class ResourceEndpointsAllocatedEvent
: Aspire.Hosting.Eventing.IDistributedApplicationEvent,
Aspire.Hosting.Eventing.IDistributedApplicationResourceEvent
{
// ...
}