ResourceEndpointsAllocatedEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |