IResourceWithWaitSupport
Interface net10.0
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{ // ...}