NullPublishingActivityReporter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A no-op implementation of IPipelineActivityReporter for testing purposes.
public sealed class NullPublishingActivityReporter : Aspire.Hosting.Pipelines.IPipelineActivityReporter
type NullPublishingActivityReporter = class
interface IPipelineActivityReporter
Public NotInheritable Class NullPublishingActivityReporter
Implements IPipelineActivityReporter
- Inheritance
-
NullPublishingActivityReporter
- Implements
Constructors
| NullPublishingActivityReporter() |
Methods
| CompletePublishAsync(String, Nullable<CompletionState>, CancellationToken) |
Signals that the entire publishing process has completed. |
| CreateStepAsync(String, CancellationToken) |
Creates a new publishing step with the specified title. |