Skip to content
Docs Try Aspire

ContainerLifetime

Enum TypeScript
📦 Aspire.Hosting
enum ContainerLifetime {
Session = 0,
Persistent = 1,
}

Values

Session 0
Persistent 1