Skip to content
DocsTry Aspire
DocsTry

IDistributedApplicationLifecycleHook

Interfacenet8.0
📦 Aspire.Hosting v13.4.0
Defines an interface for hooks that are executed during the lifecycle of a distributed application.
namespace Aspire.Hosting.Lifecycle;
public interface IDistributedApplicationLifecycleHook
{
// ...
}