Skip to content
Docs Try Aspire

ResourceStoppedEvent Properties

Class Properties 3 members
This event is raised after a resource has stopped.
Resource associated with this event.
public IResource Resource { get; }
The ResourceStoppedEvent.ResourceEvent containing the current state information.
public ResourceEvent ResourceEvent { get; }
Services Section titled Services IServiceProvider
The IServiceProvider for the app host.
public IServiceProvider Services { get; }