PublishingExtensions 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.
Extension methods for IReportingStep and IReportingTask to provide direct operations.
public static class PublishingExtensions
type PublishingExtensions = class
Public Module PublishingExtensions
- Inheritance
-
PublishingExtensions
Methods
| FailAsync(IReportingStep, String, CancellationToken) |
Completes a publishing step with an error. |
| FailAsync(IReportingTask, String, CancellationToken) |
Completes a publishing task with an error. |
| SucceedAsync(IReportingStep, String, CancellationToken) |
Completes a publishing step successfully. |
| SucceedAsync(IReportingTask, String, CancellationToken) |
Completes a publishing task successfully. |
| UpdateStatusAsync(IReportingTask, String, CancellationToken) |
Updates the status text of a publishing task. |
| WarnAsync(IReportingStep, String, CancellationToken) |
Completes a publishing step with a warning. |
| WarnAsync(IReportingTask, String, CancellationToken) |
Completes a publishing task with a warning. |