6 references to Session
Aspire.Hosting (6)
ApplicationModel\ResourceExtensions.cs (3)
321/// Defaults to <see cref="ContainerLifetime.Session"/> if no <see cref="ContainerLifetimeAnnotation"/> is found. 326/// Defaults to <see cref="ContainerLifetime.Session"/> if the annotation is not set. 335return 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)
659return (container.Spec.Persistent ?? false) ? ContainerLifetime.Persistent : ContainerLifetime.Session;
Dcp\DcpNameGenerator.cs (1)
67ContainerLifetime.Session => GetRandomNameSuffix(),