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
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