Skip to content
Docs Try Aspire

IResourceWithoutLifetime

Interface net10.0
📦 Aspire.Hosting v13.1.2
Represents a resource that does not have a lifetime. Reserved for resources that are just holders of data or references to other resources.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceWithoutLifetime
: Aspire.Hosting.ApplicationModel.IResource
{
// ...
}