Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

IResourceWithWaitSupport

Interfacenet10.0
📦 Aspire.Hosting v13.5.4
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
{
// ...
}