Skip to content
DocsTry Aspire
DocsTry

withLifetimeOf

Method
📦 Aspire.Hosting v13.4.0
interface ContainerResource {
// ... omitted for brevity
withLifetimeOf(sourceBuilder: IResource): IResource;
}

Signature

methodwithLifetimeOfbuilder
Configures a resource to match the lifetime of another resource.
withLifetimeOf(sourceBuilder: IResource): IResource
sourceBuilderIResource
IResource

Applies to

This method applies to the following types: