Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

ResourceStoppedEvent

Classnet10.0
📦 Aspire.Hosting v13.5.3
This event is raised after a resource has stopped.
namespace Aspire.Hosting.ApplicationModel;
public class ResourceStoppedEvent
: Aspire.Hosting.Eventing.IDistributedApplicationEvent,
Aspire.Hosting.Eventing.IDistributedApplicationResourceEvent
{
// ...
}
This event allows for cleanup or unregistration logic when a resource is stopped by an orchestrator.
View all constructors
View all properties