ResourceEndpointsAllocatedEvent
Class net10.0
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{ // ...}Remarks
Section titled Remarks Any resources that customize their URLs via a
ResourceUrlsCallbackAnnotation will have their callbacks invoked during this event.