Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

ResourceEndpointsAllocatedEvent

Classnet10.0
📦 Aspire.Hosting v13.5.4
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
{
// ...
}
Any resources that customize their URLs via a ResourceUrlsCallbackAnnotation will have their callbacks invoked during this event.
View all constructors
View all properties