Skip to content
Docs Try Aspire

IResourceWithWaitSupport

Interface net10.0
📦 Aspire.Hosting v13.1.2
Represents a resource that can wait for other resources to be running, health, and/or completed.
namespace Aspire.Hosting.ApplicationModel;
public interface IResourceWithWaitSupport
: Aspire.Hosting.ApplicationModel.IResource
{
// ...
}