Skip to content
Docs Try Aspire
Docs Try

IDistributedApplicationLifecycleHook

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