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.IDistributedApplicationEvent
type ResourceEndpointsAllocatedEvent = class
    interface IDistributedApplicationEvent
Public Class ResourceEndpointsAllocatedEvent
Implements IDistributedApplicationEvent
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 System.Object.Resource
Services

The IServiceProvider instance.

Applies to