Skip to content
Docs Try Aspire

IReportingStep

Interface net10.0
📦 Aspire.Hosting v13.1.2
Represents a publishing step, which can contain multiple tasks.
namespace Aspire.Hosting.Pipelines;
public interface IReportingStep
: System.IAsyncDisposable
{
// ...
}
IAsyncDisposable