6 references to Session
Aspire.Hosting (6)
ApplicationModel\ResourceExtensions.cs (3)
280/// Defaults to <see cref="ContainerLifetime.Session"/> if no <see cref="ContainerLifetimeAnnotation"/> is found. 285/// Defaults to <see cref="ContainerLifetime.Session"/> if the annotation is not set. 294return ContainerLifetime.Session;
ContainerResourceBuilderExtensions.cs (1)
271/// <param name="lifetime">The lifetime behavior of the container resource. The defaults behavior is <see cref="ContainerLifetime.Session"/>.</param>
Dcp\ApplicationExecutor.cs (1)
657return (container.Spec.Persistent ?? false) ? ContainerLifetime.Persistent : ContainerLifetime.Session;
Dcp\DcpNameGenerator.cs (1)
67ContainerLifetime.Session => GetRandomNameSuffix(),