Skip to content
Docs Try Aspire

InitializeResourceEvent

Handle
📦 Aspire.Hosting v13.2.0
interface InitializeResourceEvent
extends IDistributedApplicationEvent,
IDistributedApplicationResourceEvent {
readonly eventing: IDistributedApplicationEventing;
readonly logger: ILogger;
readonly notifications: ResourceNotificationService;
readonly resource: IResource;
readonly services: IServiceProvider;
}

Properties

property eventing IDistributedApplicationEventing get
Gets the Eventing property
property logger ILogger get
Gets the Logger property
property notifications ResourceNotificationService get
Gets the Notifications property
property resource IResource get
Gets the Resource property
property services IServiceProvider get
Gets the Services property