InitializeResourceEvent
Handle
interface InitializeResourceEvent extends IDistributedApplicationEvent, IDistributedApplicationResourceEvent { readonly eventing: IDistributedApplicationEventing; readonly logger: ILogger; readonly notifications: ResourceNotificationService; readonly resource: IResource; readonly services: IServiceProvider;}5 members
Properties
property
eventingIDistributedApplicationEventinggetThe `IDistributedApplicationEventing` service for the app host.
property
loggerILoggergetAn instance of `ILogger` that can be used to log messages for the resource.
property
notificationsResourceNotificationServicegetThe `ResourceNotificationService` for the app host.
property
resourceIResourcegetGets the Resource property
property
servicesIServiceProvidergetThe `IServiceProvider` for the app host.