Skip to content
Docs Try Aspire

IDistributedApplicationLifecycleHook

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