Share via


ResourceEndpointsAllocatedEvent Class

Definition

This event is raised by orchestrators to signal to resources that their endpoints have been allocated.

public class ResourceEndpointsAllocatedEvent : Aspire.Hosting.Eventing.IDistributedApplicationResourceEvent
type ResourceEndpointsAllocatedEvent = class
    interface IDistributedApplicationResourceEvent
    interface IDistributedApplicationEvent
Public Class ResourceEndpointsAllocatedEvent
Implements IDistributedApplicationResourceEvent
Inheritance
ResourceEndpointsAllocatedEvent
Implements

Remarks

Any resources that customize their URLs via a ResourceUrlsCallbackAnnotation will have their callbacks invoked during this event.

Constructors

ResourceEndpointsAllocatedEvent(IResource, IServiceProvider)

This event is raised by orchestrators to signal to resources that their endpoints have been allocated.

Properties

Resource

Resource associated with this event.

Services

The IServiceProvider instance.

Applies to