Implemented interface member:
method
CompletePublishAsync
Aspire.Hosting.Pipelines.IPipelineActivityReporter.CompletePublishAsync(System.String, Aspire.Hosting.Pipelines.CompletionState?, System.Threading.CancellationToken)
3 references to CompletePublishAsync
Aspire.Hosting.Tests (3)
tests\Shared\TestPipelineActivityReporter.cs (3)
59/// Gets a value indicating whether <see cref="CompletePublishAsync"/> has been called. 64/// Gets the completion message passed to <see cref="CompletePublishAsync"/>. 69/// Gets the completion state passed to <see cref="CompletePublishAsync"/>.