NullPublishingActivityProgressReporter Class

Definition

Minimalistic reporter that does nothing.

public sealed class NullPublishingActivityProgressReporter : Aspire.Hosting.Publishing.IPublishingActivityProgressReporter
type NullPublishingActivityProgressReporter = class
    interface IPublishingActivityProgressReporter
Public NotInheritable Class NullPublishingActivityProgressReporter
Implements IPublishingActivityProgressReporter
Inheritance
NullPublishingActivityProgressReporter
Implements

Properties

Instance

Gets the singleton instance of NullPublishingActivityProgressReporter.

Methods

CreateActivityAsync(String, String, Boolean, CancellationToken)

Creates a new publishing activity with the specified ID.

UpdateActivityStatusAsync(PublishingActivity, Func<PublishingActivityStatus,PublishingActivityStatus>, CancellationToken)

Updates the status of an existing publishing activity.

Applies to