NullPublishingActivityProgressReporter 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.
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. |