Skip to content
Docs Try Aspire
Docs Try

IDistributedApplicationResourceEvent

Interface net8.0
📦 Aspire.Hosting v13.3.0
Represents an event that is published during the lifecycle of the AppHost for a specific resource.
namespace Aspire.Hosting.Eventing;
public interface IDistributedApplicationResourceEvent
: Aspire.Hosting.Eventing.IDistributedApplicationEvent
{
// ...
}