IReportingStep
Interface net10.0
Represents a publishing step, which can contain multiple tasks.
namespace Aspire.Hosting.Pipelines;
public interface IReportingStep : System.IAsyncDisposable{ // ...} IAsyncDisposable
Methods3
Section titled MethodsCompleteAsync(string, CompletionState, CancellationToken)abstractTask Completes the step with the specified completion text and state.
CreateTaskAsync(string, CancellationToken)abstract Creates a new task within this step.
Log(LogLevel, string, bool)abstract Logs a message at the specified level within this step.